/* Reset for clean layout */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input {
    font-family: Montserrat;
}

/* Make the HTML and body take up the full height of the viewport */
html, body {
    height: 100%;
}

/* Wrapper covers the full height of the viewport */
.wrapper {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    min-height: 100vh; /* Full viewport height */
}

/* Wrapper container ensures content fills available space */
.wrapper__container {
    display: flex;
    flex-direction: column;
    flex: 1; /* Allow it to stretch to fill space */
}

/* Content expands to fill available space */
.content {
    flex: 1; /* Pushes the footer to the bottom if content is short */
}

.section--main-5 .section__body > div:first-child form fieldset:not(:last-child) {
    margin-bottom: 16px !important;
}

.section--main-5 .section__body > div:first-child form fieldset:last-of-type label, .section--main-5 .section__body > div:first-child form fieldset:last-of-type input {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px !important;
    color: white !important;
    white-space: nowrap;
}

.section--main .section__header {
    margin-bottom: 32px !important;
}
.tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 2px 12px;
    color: #79B2EB;
    border: 1px solid #79B2EB;
    border-radius: 6px;
    display: inline-block;
    transition: transform .3s;
}
.tag:hover {
    transform: scale(1.1);
}
.membership {
    .section__body {
        max-width: 420px !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 2px 0 30px !important;
    }
}

.section--main-5 .section__body > div:first-child form fieldset > label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100% !important;
    color: black;
    margin-bottom: 8px !important;
}

.page--login .v-form {
    margin-top: 0 !important;
    max-width: 820px;
}

table.table tr th, table.table tr td, .page--blog-show .page__body table tr th, .page--blog-show .page__body table tr td {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 10px !important;
    background-color: white;
    border: none;
}


.page--login h1, .page--register h1, .page--about h1, .page--contact h1, .page--membership h1, .page--terms h1, .page--policy h1 {
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}


.header__header .container div a:not(:last-child) {
    min-width: max-content;
}

.section--main-5 .section__body > div:first-child .tab {
    margin-top: 16px;
    margin-bottom: 16px !important;
}

html body .container {
    --max-width: 1240px;
    max-width: var(--max-width);
    width: 100%;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}


/* Footer styling */
.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

h1, h2, h3, h4, h5, h6, span, p, li, div, button, a, label {
    font-family: 'Montserrat', 'sans-serif' !important;
}

.header__header .container div a {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    color: black !important;
}

.header {
    min-height: 68px;
}

.header__header .container li.menu-item--active a {
    /*color: #CBE6F5 !important;*/
    text-decoration: underline;
    font-weight: 500 !important;
}


.login-menu-item {
    padding-right: 8px !important;
    margin-right: 0 !important;
    border-right: 1px solid white;
}

.register-menu-item {
    padding-left: 12px;
}

.overlay:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 1;
}

.overlay > * {
    position: relative;
    z-index: 2;

    display: flex;

}

.section__container {
    padding: 0px 16px;
}

.container .section__container, .section__container .container {
    padding: 0px;
}
.section.section--main.section--main-3 .section__container,.section.section--main.section--main-5 .section__container {
    padding: 0px;
}

.section.section--user-info .v-form__container {
    padding: 0px;
}
.v-form__container {
    margin: 24px 0px;
}
.hero-container {
    width: 100%;

    @media screen and (max-width: 1280px) {
        padding: 0 16px;
    }

    .inner-container {
        display: flex;
        align-items: center;

        max-width: 1240px;
        width: 100%;
        max-height: 600px;
        margin: 0 auto;

        @media screen and (max-width: 1140px) {
            flex-direction: column !important;
            max-height: none;
            padding: 16px 0 0;
        }

    }

    .hero-img {
        max-width: 632px;
        object-fit: contain;
        
        @media screen and (max-width: 1280px) {
            max-width: 500px;
        }
    }

    .button--main{
        @media screen and (max-width: 768px) {
            padding: 12px;
            height: auto;
            font-size: 16px;
        }
    }

    .overlay-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Three equal columns */
        grid-template-rows: repeat(3, auto); /* Two rows with height determined by content */
        grid-gap: 16px; /* Spacing between grid items */
        margin-bottom: 52px;
        /*padding: 16px;*/

        @media (max-width: 550px) {
            margin-bottom: 24px;
            grid-gap: 12px;
            grid-template-columns: 1fr !important;
            grid-template-rows: auto;

            .overlay-grid__item {
                display: none;
            }
        }

        .overlay-grid__item {
            color: white;
            display: flex;
            align-items: center;
            gap: 8px;
            min-width: max-content;

            font-size: 18px;
            font-weight: 700;

            @media screen and (max-width: 768px) {
                font-size: 14px;
            }

            img {
                width: 32px;
                height: 32px;
            }
        }

    }

    @media (max-width: 860px) {
        .overlay-grid {
            grid-template-columns: repeat(2, 1fr); /* Single column for smaller screens */
            grid-template-rows: auto; /* Rows stack naturally */
        }
    }
}


.overlay-title {
    margin-bottom: 52px;

    @media screen and (max-width: 768px) {
        margin-bottom: 24px;
    }


    h1 {
        font-size: 48px !important;
        color: white;
        line-height: 100% !important;
        font-weight: 700 !important;
        margin-bottom: 12px;

        @media screen and (max-width: 768px) {
            font-size: 34px !important;
        }

        @media screen and (max-width: 640px) {
            font-size: 28px !important;
        }
    }

    p {
        font-size: 24px;
        font-weight: 600;
        color: white;

        @media screen and (max-width: 768px) {
            font-size: 24px;
        }

        @media screen and (max-width: 640px) {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        font-size: 42px !important;
    }

    .overlay-title--word {
        color: #7EDAD2;
    }
}

.page--login .v-form__container {
    padding: 32px;
    background-color: #F5F5F5;
}

.page--register .v-form__container {
    padding: 32px;
    background-color: #F5F5F5;
}

.overlay {
    background-repeat: no-repeat !important;
    background-size: cover;
}

.overlay-title {
    max-width: 900px !important;
}

.overlay-grid__item {
    img {
        width: 56px;
        height: 56px;
    }
}

#mainSlider .glider {
    max-width: 100%;
    width: 100%;
    height: 700px !important;
    max-height: 700px;
    overflow: hidden;
}

.button--main {
    background-color: white !important;
    border-radius: 6px !important;
    color: black;
    text-transform: initial;
    padding: 14px 42px;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 24px;
}

.button--main.gradient {
    background: linear-gradient(135deg, #88B6E6 0%, #3866BD 100.2%);
    color: white !important;
}

.button--main:hover {
    background-color: white;
    color: black;
    opacity: 80%;
}

.button--main.white {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.button--main.white:hover {
    background-color: white !important;
    color: black !important;
    opacity: 100%;
}

.glider-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.glider-dot.active {
    background-color: #FFFFFF !important;
}

.section--main-1 {
    img {
        width: 120px !important;
        height: 120px !important;
        position: static !important;

        @media screen and (max-width: 640px) {
            width: 80px !important;
            height: 80px !important;
        }
    }
}

.section--main-1 {
    /*background-color: #FAFAFA;*/

    h2 {
        font-size: 32px !important;
        text-transform: none !important;
        color: black !important;
    }

    h4 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        line-height: 100% !important;
        color: black !important;
    }

    p {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: black !important;
    }

    .number {
        margin: 0 auto;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        padding: 16px;
        border-radius: 0;
        background-color: #CBE6F5;
        color: white;
    }

    img {
        width: 24px;
        height: 24px;

        position: absolute;
        right: -10px;
        top: 50%;

        /*@media screen and (max-width: 1200px) {*/
        /*    display: none;*/
        /*}*/
    }

    .section__container {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-item {
        /*border: 1px solid #CBE6F5;*/
        /*padding: 24px 12px;*/
    }

    .section-item__container {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .section-item__container > p, .section-item__container > h4 {
        text-align: center !important;
    }
}

.section--main-1 .section__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px !important;
}
@media (max-width: 900px) {
    .section--main-1 .section__body {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .section--main-1 .section__body {
        grid-template-columns: 1fr;
    }
}

.section--main-tools {
    img {
        width: 60px !important;
        height: 60px !important;
        position: static !important;
    }
}

.section--main-tools {
    /*background-color: #FAFAFA;*/

    h2 {
        font-size: 32px !important;
        text-transform: none !important;
        color: black !important;
    }

    h4 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        line-height: 100% !important;
        color: black !important;
    }

    p {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: black !important;
    }

    .number {
        margin: 0 auto;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        padding: 16px;
        border-radius: 0;
        background-color: #CBE6F5;
        color: white;
    }

    img {
        width: 24px;
        height: 24px;

        position: absolute;
        right: -10px;
        top: 50%;
    }

    .section__container {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-item {
        /*border: 1px solid #CBE6F5;*/
        /*padding: 24px 12px;*/
        background-color: #F5F5F5;
        border-radius: 0px;
        padding: 24px;
    }

    .section-item__container {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .section-item__container > p, .section-item__container > h4 {
        text-align: center !important;
    }
}

.section--main-tools .section__body {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 16px !important;
    padding: 0 16px;
    
    @media screen and (max-width: 1450px) {
        grid-template-columns: repeat(3, 1fr);
    }

    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 540px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.section--main-2 .section-item__container {
    border-radius: 0 !important;
    border: none !important;
}

.section--main-2 {
    .section__body {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 24px !important;
        padding: 0 !important;

        @media screen and (max-width: 1100px) {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        @media screen and (max-width: 768px) {
            grid-template-columns: 1fr !important;
        }
    }

    .section-item__footer {
        /*max-height: 120px;*/
        overflow-y: auto;
        margin-top: 10px;
        padding-right: 8px;
        -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
        scrollbar-width: none; /* Hide scrollbar in Firefox */

        ol {
            opacity: 0;
        }
    }

    .section-item__footer::-webkit-scrollbar {
        display: none; /* Hide scrollbar in WebKit */
    }


    .section-item {
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        border: none;
        background: white;
        overflow: hidden;
    }

    .section-item:hover {
        ol {
            opacity: 100%;
        }
    }

    .section-item__container {
        display: flex !important;
        flex-direction: column !important;
        flex: 1;
        height: 100%;
        padding: 0 !important;
    }

    .section-item__header {
        img {
            width: 100%;
            height: 260px;
            object-fit: cover;
        }
    }

    .section-item__body {
        padding: 0 !important;

        .details {
            display: flex;
            flex-direction: column;
            gap: 1px;
        }
    }

    .item__text {
        margin: 12px 0;
        font-size: 14px;
    }

    .section-item__footer {
        margin-top: auto;
        padding: 12px;
        background-color: #CBE6F5 !important;
        color: white !important;
        /*border-bottom-left-radius: 24px;*/
        /*border-bottom-right-radius: 24px;*/

        ol {
            margin: 0;
            padding-left: 20px;

            li {
                list-style: decimal;
                margin-bottom: 6px;
                font-size: 13px;
            }
        }
    }

    h5 {
        font-size: 18px !important;
        font-weight: 600;
        margin: 16px 0;
    }

    h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 6px 0;
    }

    .steps {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 4px;
    }
}

.section--main-why {
    .section__container {
        display: flex !important;
        align-items: flex-start;
        gap: 24px;

        @media screen and (max-width: 1250px) {
            flex-direction: column;
            align-items: center;
            margin-top: 0 !important;
        }

        .why-text {
            h2 {
                font-size: 34px;
                font-weight: 600;
                margin-bottom: 24px;
            }

            p {
                font-size: 18px;
                margin-bottom: 12px;
            }
        }

        img {
            max-width: 608px;
            width: 100%;
        }
    }
}

.section--main-3 {
    .section__container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        background-color: #79B2EB;
        margin: 0 !important;
    }

    .info {
        max-width: 426px;
        width: 100%;

        display: flex;
        flex-direction: column;

        padding: 16px;

        h2 {
            text-transform: none !important;
            color: #FFFFFF !important;
            text-align: left !important;
        }

        li {
            display: flex;
            gap: 10px;
            align-items: center;
            font-size: 16px !important;
            color: #FFFFFF;
        }

        img {
            width: 24px;
            height: 24px;
        }

        .price {
            width: 100%;
            color: #FFFFFF;


            .price-inner {
                margin: 32px 0;
            }

            .price-number {
                font-size: 18px !important;
                color: #FFFFFF !important;
            }

            .price-month {
                text-transform: none !important;
                font-size: 16px !important;
                font-weight: 400 !important;
            }

            div {
                span {
                    font-size: 18px;
                    font-weight: 700;
                    text-transform: uppercase;
                }
            }
        }
    }

    img {
        /*width: 724px;*/
        max-height: 430px;
        border-radius: 0;
        object-fit: cover;

        @media screen and (max-width: 768px) {
            height: auto;
            object-fit: contain;
        }

    }
}

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two equal columns */
    gap: 1rem; /* Adds spacing between items */
    padding: 0;
    list-style: none;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Space between icon and text */
}

.features-list img {
    width: 20px; /* Adjust based on your needs */
    height: 20px;
}

/* Responsive behavior - switch to single column on smaller screens */
@media (max-width: 768px) {
    .features-list {
        grid-template-columns: 1fr; /* Changes to single column */
    }
}


.section--main-4 .section__body {
    background-image: none !important;
    background-color: transparent !important;
    background-size: cover;
    background-position: center;

}

.section--main-4 .section__item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 40px;
}

.section--main-4 {

    /*background-color: #FAFAFA;*/

    h2 {
        width: 100%;
        font-weight: 600;
        font-size: 34px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 24px;
    }

    .section__body {
        display: flex;
        align-items: stretch; /* ← Change this from 'center' to 'stretch' */
        justify-content: space-between;
        gap: 20px;

        @media (max-width: 1000px) {
            flex-direction: column;
        }

        .section__item {
            border: 1px solid #CBE6F5;
            /*border-radius: 24px;*/
            display: flex;
            flex-direction: column;
            padding: 16px !important;
            flex: 1; /* ← Allows the items to grow equally */
            margin: 0 auto !important;
        }
    }

    /*#secondSlider .section__item {*/
    /*    margin-right: 20px;*/
    /*    padding: 16px !important;*/
    /*    flex: 0 0 auto;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: flex-start;*/
    /*    !*width: 370px !important;*!*/
    /*    !*height: 219px !important;*!*/
    /*}*/

    /*#secondSlider .section__item {*/
    /*    flex: 0 0 auto; !* Prevent slides from stretching *!*/
    /*    width: calc(100% / 3); !* Divide the width based on slidesToShow *!*/
    /*    box-sizing: border-box; !* Include padding and border in the width calculation *!*/
    /*}*/

    /*!* Adjust for breakpoints *!*/
    /*@media (max-width: 1200px) {*/
    /*    #secondSlider .section__item {*/
    /*        width: calc(100% / 3); !* 3 slides for breakpoint 1200px *!*/
    /*    }*/
    /*}*/

    /*@media (max-width: 768px) {*/
    /*    #secondSlider .section__item {*/
    /*        width: calc(100% / 2); !* 2 slides for breakpoint 768px *!*/
    /*    }*/
    /*}*/

    /*@media (max-width: 480px) {*/
    /*    #secondSlider .section__item {*/
    /*        width: 100%; !* 1 slide for mobile *!*/
    /*    }*/
    /*}*/

    /*.glider-dot {*/
    /*    width: 8px !important;*/
    /*    height: 8px !important;*/
    /*    background-color: rgba(0, 0, 0, 0.2) !important;*/
    /*}*/

    /*.glider-contain .dots {*/
    /*    position: absolute;*/
    /*    bottom: -30px !important;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*}*/

    /*.glider-dot.active {*/
    /*    background-color: black !important;*/
    /*}*/

    /*.section__item {*/
    /*    border: 1px solid #CBE6F5;*/
    /*}*/

    .text-review {
        font-size: 16px !important;
    }

    img {
        width: 90px !important;
        height: 17px !important;
        border-radius: 0 !important;
        margin-top: 5px;
        position: relative;
        left: -2px;
    }

    div {
        width: 100%;
    }

    .text-review {
        text-align: left !important;
    }

    h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        width: 100%;
        text-align: left;
    }

}

.v-table--default thead {
    background: #79B2EB !important;
}

.v-table--default {
    border-radius: 0px !important;
}

.modal__container {
    border-radius: 0px !important;
}

.v-table--default tbody tr:nth-child(odd) {
    background: white !important;
}

.input-box.focus .input-label, .input-box.fill .input-label, .input-box.active .input-label {
    color: #00AD31;
    top: -12px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
    display: none !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.section--main-4 .section__item {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 12px !important;
}

.footer {
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 16px !important;
}

.footer__body {
    background-color: black !important;

    li, a {
        font-weight: 400 !important;
        color: white !important;
    }
}

.section--main-smoothies {
    h2 {
        font-weight: 600;
        font-size: 34px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        margin-bottom: 40px;
    }

    .smoothies {
        display: flex;
        align-items: center;
        gap: 20px;

        @media (max-width: 1000px) {
            flex-direction: column;
        }

        .smoothie {
            display: flex;
            align-items: flex-start;
            /*background-color: #FAFAFA;*/
            /*border-radius: 24px;*/
            border: 1px solid #CBE6F5;

            @media (max-width: 1000px) {
                height: auto;
                flex-direction: column;
            }

            img {
                min-width: 200px;
                height: 100%;
                max-height: 240px;
                /*border-top-left-radius: 24px;*/
                /*border-bottom-left-radius: 24px;*/
                object-fit: cover;

                @media (max-width: 1000px) {
                    min-width: 0;
                }
            }

            .info {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                padding: 12px 12px 4px;

                h3 {
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #001921;
                    margin-bottom: 8px;
                }

                h4 {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #001921;
                    margin-bottom: 4px;
                }

                p {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 18px;
                    letter-spacing: 0%;
                    margin-bottom: 8px;
                }
            }
        }
    }
}

.input-box.error{
    label{
        display: none;
    }
}

.password-eye{
    z-index: 1000 !important;
}

.section--main-5 {
    background-color: #79B2EB;

    .section__container {
        margin-top: 0 !important;
    }

    .tab button {
        color: white;
    }

    .section__body {
        box-shadow: none !important;
    }

    label {
        color: white !important;
    }

    input:focus {
        outline: none !important;
    }

    input {
        color: white !important;
    }

    .input-1 {
        border-radius: 0 !important;
    }

    h2 {
        font-weight: 600 !important;
        font-size: 34px !important;
        line-height: 48px !important;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #FFFFFF !important;
    }

    .section__container {
        display: flex;
        align-items: center;

        img {
            /* min-width: 724px; */
            max-height: 489px;
            object-fit: cover;
            height: 100%;
            /*border-radius: 24px;*/

            @media (max-width: 1000px) {
                min-width: 0;
            }
        }
    }

    .tab--calc button {
        border-bottom: 1px solid transparent;
    }

    .tab--calc button.active {
        font-weight: 600;
        border-bottom: 1px solid white !important;
    }

    .tab--calc button:hover {
        font-weight: 600;
        border-bottom: 1px solid white !important;
    }
}

.header__logo {
    display: block;
    object-fit: contain;
    overflow: hidden;
    padding: 12px 0 !important;
}


.button--outline {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.button--outline.blue {
    border: 2px solid #79B2EB !important;
    color: #79B2EB !important;
    border-radius: 6px !important;
}

.button--outline:hover {
    border: 2px solid #FFFFFF !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
    opacity: 80%;
}

.input-1:focus {
    border: 1px solid #CBE6F5 !important;
}

.section--membership {
    .section__body {
        @media screen and (max-width: 550px) {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
    }
}

.date-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    pointer-events: none;
    font-size: 16px;
    z-index: 1;

    @media screen and (min-width: 768px) {
        display: none;
    }
}

.input-1 {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.button--outline.blue:hover {
    border: 2px solid #CBE6F5 !important;
    color: #CBE6F5 !important;
    border-radius: 0 !important;
}

.cards {
    @media screen and (max-width: 550px) {
        flex-wrap: wrap;
    }
}

.read-more {
    position: relative;
    top: -16px;

    @media screen and (max-width: 400px) {
        position: static;
    }
}

.button--text {
    color: black !important;

    svg {
        path {
            fill: black !important;
        }
    }
}

.section--main-videos {
    /*margin-top: 50px !important;*/
    margin-bottom: 50px !important;

    background: #79B2EB;


    h2 {
        font-weight: 600;
        font-size: 34px !important;
        line-height: 38px;
        color: white;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        margin-bottom: 24px;
    }

    p {
        font-weight: 400;
        font-size: 18px;
        color: white;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin: 0 auto 40px;
    }

    #secondSlider .section__item {
        margin-right: 20px;
        /*padding: 16px !important;*/
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*width: 370px !important;*/
        /*height: 219px !important;*/
    }

    #secondSlider .section__item {
        flex: 0 0 auto; /* Prevent slides from stretching */
        width: calc(100% / 3); /* Divide the width based on slidesToShow */
        box-sizing: border-box; /* Include padding and border in the width calculation */
    }

    /* Adjust for breakpoints */
    @media (max-width: 1200px) {
        #secondSlider .section__item {
            width: calc(100% / 3); /* 3 slides for breakpoint 1200px */
        }
    }

    @media (max-width: 768px) {
        #secondSlider .section__item {
            width: calc(100% / 2); /* 2 slides for breakpoint 768px */
        }
    }

    @media (max-width: 480px) {
        #secondSlider .section__item {
            width: 100%; /* 1 slide for mobile */
        }
    }


    .glider-dot {
        width: 8px !important;
        height: 8px !important;
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

    .glider-contain .dots {
        position: relative;
        bottom: -20px !important;
        width: 100%;
        left: 0;
    }

    .glider-dot.active {
        background-color: white !important;
    }

}

.frozen-video {
    pointer-events: none; /* disable interaction */
    filter: brightness(0.7);
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.video-preview {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

.section--main-reviews {
    /*margin-top: 50px !important;*/
    margin-bottom: 50px !important;

    /*padding: 0 16px !important;*/

    /* .glider-track{
        padding: 0 16px;
    } */

    .section__container{
        @media screen and (max-width: 768px) {
            margin-top: 0 !important;
        }
    }


    h2 {
        font-weight: 600;
        font-size: 34px !important;
        line-height: 38px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        margin-bottom: 24px;
    }

    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin: 0 auto 40px;
    }

    #thirdSlider .section__item {
        margin-right: 20px;
        padding: 24px !important;
        background-color: #F5F5F5;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*width: 370px !important;*/
        /*height: 219px !important;*/
        flex: 0 0 auto; /* Prevent slides from stretching */
        width: calc(100% / 4); /* Divide the width based on slidesToShow */
        box-sizing: border-box; /* Include padding and border in the width calculation */
        position: relative;

        h3 {
            font-weight: 600;
        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            margin: 12px 0 0;
        }

        img.quote {
            width: 44px;
            height: 44px;
            object-fit: contain;
        }

        .stars {
            display: flex;
            align-items: center;
            gap: 4px;

            img {
                width: 16px;
            }
        }
    }

    /* Adjust for breakpoints */
    @media (max-width: 1200px) {
        #thirdSlider .section__item {
            width: calc(100% / 3); /* 3 slides for breakpoint 1200px */
        }
    }

    @media (max-width: 768px) {
        #thirdSlider .section__item {
            width: calc(100% / 2); /* 2 slides for breakpoint 768px */
        }
    }

    @media (max-width: 480px) {
        #thirdSlider .section__item {
            width: 100%; /* 1 slide for mobile */
        }
    }

    .glider-dot {
        width: 8px !important;
        height: 8px !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .glider-contain .dots {
        position: absolute;
        bottom: -50px !important;
        width: 100%;
        left: 0;

        /*display: none;*/

        /*@media screen and (max-width: 1200px) {*/
        /*    display: flex;*/
        /*}*/
    }

    .glider-dot.active {
        background-color: black !important;
    }

}

.section--about {
    p {
        color: black !important;
        margin-bottom: 12px;
    }
}

.page--about {

    h1 {
        text-transform: none !important;
        font-weight: 600;
        font-size: 34px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;

    }

    .section {
        border: none !important;
    }

    .section__body {
        border: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
}

.membership {
    h1 {
        font-weight: 600;
        font-size: 34px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: black !important;
    }

    .section__content {
        border: none !important;
        background-color: #F5F5F5;

        border-radius: 0px !important;

        max-width: 614px;
    }

    .section__header {
        text-align: center;
        border-bottom: none;
    }

    .section__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: black !important;
    }

    .section__price {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #79B2EB;
    }

    .section__body {
        max-width: 390px;
        margin: 0 auto;

        display: flex;
        flex-direction: column;

        .features-list {

            @media screen and (max-width: 500px) {
                width: 100%;
            }
        }

        li {
            margin-bottom: 0 !important;
        }

        img {
            width: 24px !important;
            height: 24px !important;
            margin-right: 10px;
        }
    }

    .section__per {
        color: #000000;
        text-transform: capitalize;
    }
}

.input-box .input-1 {
    border-radius: 6px !important;
    /*border: 1px solid white !important;*/
}

.contact-us {
    h1 {
        font-weight: 600;
        font-size: 34px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: black !important;
    }

    .input-box input.input-1 {
        border-radius: 6px !important;
        border-color: #E2E2E2 !important;
    }

    textarea {
        border-radius: 6px !important;
        border-color: #E2E2E2 !important;
    }

    select.input-1 {
        border-radius: 6px !important;
        border-color: #E2E2E2 !important;
    }

    .v-form__body {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-template-rows: 1fr;
        grid-gap: 0 32px;
    }

    .v-form__container {
        padding: 32px;
        background-color: #F5F5F5;
        border: none !important;
        font-size: 18px !important;


        max-width: 614px !important;
        margin: 0 auto;

        @media screen and (max-width: 550px) {
            padding: 16px !important;
        }
    }

    .section--info-1 {
        h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            text-transform: capitalize;
            color: black;
        }
    }

    .contact-cards {
        width: 100%;
        background-color: #F5F5F5;

        display: flex;
        align-items: stretch;
        justify-content: center;

        gap: 20px;

        @media screen and (max-width: 1335px) {
            flex-wrap: wrap;
        }

        .contact-card {
            width: 360px;
            border: none;
           font-size: 18px !important;

            border-radius: 6px;
            width: 100%;

            padding: 16px;

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;

            @media screen and (max-width: 1335px) {
                width: 100%;
            }

            h4 {
                font-weight: 600;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                color: black;
            }

            a {
                font-weight: 400;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                text-align: center;
                color: black;
            }

            span {
                text-align: center;
            }
        }
    }
}

.menu__toggle {
    display: none !important;
    background: black;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    max-width: 200px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .menu__toggle {
        display: block !important;
    }

    .menu__body {
        display: none !important;
    }

    .menu__body.menu__body--open {
        display: block !important;
    }
}

.calculator {
    .input-1 {
        background: transparent !important;
        border-radius: 6px !important;
    }

    .input-box .input-1 {
        border-radius: 6px !important;
        border: 1px solid white !important;
    }

    .button--text {
        color: white !important;

        svg {
            path {
                fill: white !important;
            }
        }
    }

    /*label{*/
    /*    background: #CBE6F5 !important;*/
    /*}*/
}

@media (max-width: 1200px) {
    .section--main-5 .section__body > *:last-child {
        display: block !important;
        width: 100% !important;
    }

    .section--main-5 {
        .section__container {
            display: flex;
            flex-direction: column;
        }
    }

    .calculator {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .section--main-3 {
        .section__container {
            display: flex;
            flex-direction: column;
        }
    }
}

.section--main-2 .section-item__body h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize !important;
    color: black;
}

.section--main .section__header h2 {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 34px !important;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize !important;
    color: black;
}

.section--main .section__header p {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px;
    text-align: center;
    color: black;
    margin-top: 16px;
}

.section--main-2 {
    .item__text {
        margin: 0 !important;
        font-size: 14px;
    }

    .step-block {
        border-radius: 0 !important;
    }
}

.section--main-2 .section-item__body h6 {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    color: black;
    margin-bottom: 8px;
}

/*.container-adv{*/
/*    margin-right: 330px !important;*/

/*    @media screen and (max-width: 1450px){*/
/*        margin-right: auto !important;*/
/*    }*/
/*}*/

#chart #placeholder {
    margin: 0 16px !important;
}

.page--dashboard .page__container, .page--food-log .page__container, .page--activity-log .page__container, .page--mood-log .page__container, .page--weight-log .page__container, .page--profile .page__container {
    display: grid
;
    grid-template-columns: 9fr 3fr !important;
    grid-auto-rows: min-content;
    grid-gap: 16px !important;
    grid-template-areas:
        'header body footer'
        'body footer';
    align-items: flex-start;


}

@media screen and (max-width: 1200px) {
    .page--dashboard .page__container, .page--food-log .page__container, .page--activity-log .page__container, .page--mood-log .page__container, .page--weight-log .page__container, .page--profile .page__container {
        grid-template-columns: 100% !important;
        grid-template-areas:
        'header'
        'body'
        'footer' !important;
    }
}

.page__footer{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tablet-advs{
    /*max-width: 400px;*/
    margin: 0 auto 0;
}
/*.page__container {*/
/*    position: relative;*/
/*}*/



.layout--dashboard {

    th {
        background-color: #CBE6F5 !important;
        font-family: Montserrat;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 150%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: black !important;
        text-align: left !important;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 0 !important;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

    td {
        text-align: left !important;
        font-size: 12px !important;

        a {
            font-size: 12px !important;
        }
    }

    h6.title {
        margin: 8px 0 16px 0;
        background-color: transparent !important;
        color: black !important;
        border-bottom: none !important;
        padding: 0 !important;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left !important;
        text-transform: capitalize !important;
    }

    .page__header, .section__header {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 34px;
        line-height: 48px;
        letter-spacing: 0%;
        text-transform: capitalize;

    }

    table {
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #FFFFFF; /* Custom border color */
        border-radius: 0;
        overflow: hidden;
    }

    .section--recently-articles .section-item:nth-child(odd) {
        background: transparent;
    }

    .section--recently-articles .section-item__header img {
        border-radius: 6px;
        height: 100px;
    }

    .section--recently-articles .section__body {
        display: grid;
        grid-template-columns: 100%;
        grid-auto-rows: min-content;
        grid-gap: 24px !important;
    }

    .section--recently-articles .section-item__container {
        display: grid;
        grid-template-columns: 160px auto;
        grid-auto-rows: 1fr;
        grid-gap: 8px;
        align-items: center !important;

        h4 {
            font-family: Montserrat;
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: capitalize;
            color: black;
        }
    }

    #chart {
        border-radius: 6px;

        .title {
            border-radius: 0;
            color: black !important;
        }

        ul.legend {
            padding: 0 16px;
            list-style: none;
            margin: 0;

            li {
                display: flex;
                align-items: center;
                padding: 4px;
                text-align: center;
                font-size: 12px;
                font-weight: 600;

                background-color: transparent !important;

                div {
                    width: 8px;
                    height: 8px;
                    margin-right: 8px;
                    border-radius: 50%;
                }

                div.first {
                    background-color: #C12777;
                }

                div.second {
                    background-color: #FF5900;
                }

                div.third {
                    background-color: #0052D4;
                }
            }
        }
    }

    .calendar {
        font-family: Montserrat;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 150%;
        letter-spacing: 0%;

    }

    .calendar i {
        color: black !important;
    }
}

.page--mood-log {
    .input-box .input-label {
        z-index: 2;
        position: absolute;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        max-width: calc(100% - (2 * 8px));
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 8px;
        top: calc(20% - 16px / 2) !important;
        padding: 0 8px;
        transition: 250ms;
        user-select: none;
        pointer-events: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.005em;
    }

    h6 {
        margin-top: 24px !important;
    }

    .button--main {
        margin-top: 16px !important;
    }
}

.page:not(.page--home) {
    --offset: calc(38px + 60px);
    margin-top: 50px !important;
}

table.table tr:nth-child(even), .page--blog-show .page__body table tr:nth-child(even) {
    background: white !important;
}

.page--mood-log {
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border-radius: 50% !important;
    }

    td {
        text-align: center !important;

        img {
            margin: 0 auto;
        }
    }

    .my-color {
        i::before {
            display: block;
            width: 20px !important;
            height: 20px !important;
        }

        .fa-lg {
            font-size: 20px;
            /* line-height: .75em; */
            vertical-align: 20%;
        }
    }
}

.weight-goal {
    table {
        tr, td {
            border: none !important;
        }
    }

    #progressbar {
        width: 120px !important;
        margin: 0 auto !important;
        /* background-color: transparent; */
        border-radius: 0px;
    }
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

@media (max-width:600px) {
    .pagination li a {
        padding: 6px 8px;
        line-height: 1em;
    }
}

/* Optional: Hide scrollbar but keep functionality */
.table-responsive::-webkit-scrollbar {
    display: none;
}

/* Optional: Ensure table takes full width of container */
.table-responsive table {
    min-width: 100%;
}

/* Optional: Add some padding to prevent content from touching edges */
.table-responsive td,
.table-responsive th {
    white-space: nowrap;
    padding: 8px;
}

/* Ensure mobile devices show scroll indicator */
@media screen and (max-width: 768px) {
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
}

.anon-login {
    margin-left: 55px;

    @media screen and (max-width: 1200px) {
        margin-left: 0;
    }
}

.header__header .container {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}

.page--videos {

    .page__footer {
        #chart{
            opacity: 0;
            position: absolute;
            top: 0;
            left: -9999px;
        }

        .adv-container {
            margin-top: 16px;

            @media screen and (max-width: 1200px) {
                flex-direction: row;
            }

            @media screen and (max-width: 640px) {
                flex-direction: column;
            }
        }
        display: none !important;
    }
}

.page--weight-log {
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid transparent !important;
        border-bottom: 1px solid #CBE6F5 !important;
        background: transparent !important;
        font-weight: 500 !important;
        color: black !important;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: black !important;
        text-decoration: none;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: transparent !important;
        font-weight: 500 !important;
        color: black !important;
    }

    .ui-state-default {
        border: none !important;
    }

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: black !important;
        text-decoration: none;
    }
}

.page--articles, .blog-page {
    .button--main {
        font-family: Montserrat !important;
    }

    .section__header {
        font-family: Montserrat;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 24px;
        text-transform: capitalize;
    }

    .section--tags {
        margin-bottom: 24px;
    }

    .section--social .section__body ul li {
        width: 48px;
        height: 48px;
        background: transparent !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h4 {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: capitalize;
        color: black;
    }

    p {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        color: black;
    }

    .button.button--text {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #79B2EB !important;
        text-transform: capitalize !important;
    }

    .blog-entry .entry-thumb, .blog-entry .entry-thumb img {
        height: 100%;
        max-height: 300px !important;
        border-radius: 6px;
        object-fit: cover;
    }
}

.page--calculator {
    h2 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 34px;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: black;
        margin-bottom: 32px;
    }

    .v-form--calc .v-form__body {
        display: grid;
        grid-template-columns: 100%;
        grid-auto-rows: min-content;
        grid-gap: 4px;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        padding: 24px;
        border-radius: 0px;
        background-color: #F5F5F5;
        border: none;
    }
}

/* Hide the default radio button */
.option input[type="radio"] {
    display: none;
}

/* Style the label as a custom radio */
.option label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    line-height: 20px;
}

.border-table {
    /*border-collapse: separate; !* important for border-radius to work *!*/
    border-spacing: 1px !important;         /* remove spacing between cells */
    border: 1px solid #E5E7EB !important;    /* optional table border */
    border-radius: 0px !important;        /* ✅ rounded corners */
    overflow: hidden !important;          /* clips inner cells for rounded corners */
    background-color: #E5E7EB;
}



/* Create the circle */
.option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E2E2E2; /* default border color */
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.2s;
}

/* Checked state */
.option input[type="radio"]:checked + label::before {
    /*background-color: #E2E2E2; !* ✅ checked color *!*/
    /*border-color: #E2E2E2;*/
}

/* Optional: inner dot */
.option label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.2s;
}

.option input[type="radio"]:checked + label::after {
    background: #79B2EB; /* dot color inside checked circle */
}


.page--profile {

    .section__header {
        font-family: Montserrat;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0%;
    }

    .v-form--about .v-form__header, .v-form--email .v-form__header, .v-form--password .v-form__header {
        margin-bottom: 24px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .section__body {
        font-family: Montserrat;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0%;

        span {
            font-weight: 400 !important;
        }
    }
}

#food_search_results {
    input {
        width: 50px !important;
    }
}

.footer__body {
    color: white;
}

.entry-metadata {
    ul, ol {
        margin-left: 16px;
    }
}

body:has(.smoothies) {
    .footer {
        margin-top: 0 !important;
    }
}

.adv-container{
    display: flex;
    flex-direction: column;
    gap: 24px;


    @media screen and (max-width: 1200px) {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    @media screen and (max-width: 940px) {
        gap: 16px;
    }

    @media screen and (max-width: 655px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 440px) {
        grid-template-columns: repeat(1, 1fr);
    }

    .adv-item{
        padding: 16px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .discover{
            font-size: 14px;
            font-weight: 600;
            color: white;
            padding: 4px 8px;
            width: max-content;
            margin-bottom: 12px;


            @media screen and (max-width: 940px) {
                font-size: 10px;
                margin-bottom: 6px;
            }
        }

        h2{
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 0;
            text-transform: uppercase;

            @media screen and (max-width: 940px) {
                font-size: 16px;
            }
        }

        h3{
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 12px;
            text-transform: uppercase;

            @media screen and (max-width: 940px) {
                font-size: 12px;
                margin-bottom: 6px;
            }
        }

        p{
            font-size: 12px;
            margin-bottom: 24px;

            @media screen and (max-width: 940px) {
                font-size: 11px;
                margin-bottom: 6px;
            }
        }

        img.bottle{
            max-width: 260px;
            width: 100%;
            margin: 0 auto 24px;
        }

        a{
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px !important;

            @media screen and (max-width: 940px) {
                font-size: 16px !important;
                padding: 12px !important;
            }
        }

        .bestseller-block{
            position: relative;

            .bestseller-img{
                position: absolute;
                top: 0;
                right: 20px;

                max-width: 81px;
                max-height: 81px;

                @media screen and (max-width: 940px) {
                    max-width: 61px;
                    max-height: 61px;
                }
            }
        }
    }
}
