@font-face {
    font-family: 'Roboto Nutrition';
    src: url('/Content/Nutrition/fontsnew/RobotoNutrition.eot');
    src: url('/Content/Nutrition/fontsnew/RobotoNutrition.eot?#iefix') format('embedded-opentype'), url('/Content/Nutrition/fontsnew/RobotoNutrition.woff2') format('woff2'), url('/Content/Nutrition/fontsnew/RobotoNutrition.woff') format('woff'), url('/Content/Nutrition/fontsnew/RobotoNutrition.ttf') format('truetype'), url('/Content/Nutrition/fontsnew/RobotoNutrition.svg#RobotoNutrition') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Jost Light';
    src: url('../fonts/jost-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Book';
    src: url('../fonts/jost-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Medium';
    src: url('../fonts/jost-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Bold';
    src: url('../fonts/jost-bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

.nutrition-container .featured-recipe {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/nutrition-bg.png);
}

.nutrition-container {
    color: #707070;
}

    .nutrition-container .meal-plan p {
        text-align: center;
    }

body {
    font-family: 'Roboto Nutrition', sans-serif;
}


.nutrition-container .monthly {
    font-family: 'RobotoCondensedBold';
   /* font-weight: 700;*/
    margin-bottom: 0.5rem;
    color: rgb(84, 83, 74);
}


.nutrition-container .checkout {
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 2.25rem;
    font-weight: 900;
    color: #54534a;
    /*    font-family: "RobotoCondensedBold";*/
    font-family: 'Roboto Nutrition', sans-serif !important;
    /*font-family: Roboto, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

.nutrition-container .discover {
    font-family: "Jost Book";
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.nutrition-container .feautred-buttons {
    display: flex;
    margin-bottom: 2.5rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    justify-content: center;
}

    .nutrition-container .feautred-buttons .buttons {
        width: 169px;
        background: #F47920;
        border: 2px solid #F47920;
        color: #fff;
        transition: ease .3s all;
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-align: center;
        padding: 7px;
        border-radius: 10px;
        font-family: "Jost Book";
    }

        .nutrition-container .feautred-buttons .buttons:hover {
            width: 169px;
            color: #F47920;
            border: 2px solid #F47920;
            background-color: #fff;
        }

.featured-recipe {
    background-repeat: no-repeat;
    background-size: cover;
}

    .featured-recipe .od-slider-wrapper .swiper-wrapper {
        justify-content: center;
        gap: 2.4rem;
    }

.nutrition-container .od-slider-wrapper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.nutrition-container .od-slider-wrapper .swiper-wrapper .swiper-slide .VideoCard-module_video-card_3Gvrd {
    border-radius: 10px;
}

.meal-plan {
    padding-top: 4rem;
}


/* .featured-recipe .BrowsePage-module_category-title_3jI6I {
    font-family: "RobotoCondensedBold";
} */

.nutrition-container .featured-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #54534a;
    text-align: center;
    margin-bottom: 1.5rem;
}

.nutrition-container .featured-plans {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    column-gap: 38px;
    width: fit-content;
    margin: 0 auto;
}

.nutrition-container .card-module {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: 224px;
    height: 262px;
}

    .nutrition-container .card-module:hover {
        background: #faf4f0;
    }

.nutrition-container svg:not(:root) {
    overflow: hidden;
}

.Card-module_icon {
    display: inline;
    height: 1.5rem;
    fill: currentColor;
    vertical-align: middle;
    width: 21px;
}

.nutrition-container .card-module_img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0.75rem;
    width: 100%;
    height: 8.5rem;
}

.nutrition-container .items-center {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: capitalize;
    padding: 0 1.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    color: #54534a;
    font-weight: 500;
}

.nutrition-container .card-module_text {
    font-family: "Jost Book";
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
    line-height: 1rem;
    font-weight: 400;
    text-align: left;
    color: #707070;
}

.nutrition-container .Card-module_listTags {
    display: flex;
    gap: 0.375rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.75rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.Tooltip-module_tooltipText {
    font-family: "Jost Book";
    visibility: hidden;
    position: absolute;
    left: 50%;
    z-index: 40;
    padding: 0.125rem 0.5rem 0.125rem 0.5rem;
    border-radius: 0.125rem;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    color: #ffffff;
    background: #54534A;
    top: 130%;
}

.Tooltip-module_tooltipContainer {
    display: inline-block;
    position: relative;
}

    .Tooltip-module_tooltipContainer:hover .Tooltip-module_tooltipText {
        visibility: visible;
    }

.nutrition-container .od-search-wrapper {
    padding-bottom: 2rem;
}

    .nutrition-container .od-search-wrapper .search-input,
    .nutrition-container .od-search-wrapper .search-submit {
        font-family: "Roboto",sans-serif;
    }

        .nutrition-container .od-search-wrapper .search-input::placeholder {
           /* color: #a09f9a;*/
            font-size: 16px;
        }

    .nutrition-container .od-search-wrapper .od-filter-link {
        text-decoration: underline;
    }

.nutrition-container .VideoCard-module_video-thumbnail_Ff9j1 > img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0.75rem;
    width: 100%;
    height: 8.5rem;
    display: block;
}

.nutrition-container .VideoCard-module_video-card_3Gvrd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    overflow: inherit;
}

.nutrition-container .VideoCard-module_video-info_f0178 > h3 {
    text-transform: capitalize;
    height: 3.5rem;
    line-height: 1.5rem;
    font-size: 16px;
    font-weight: 500;
    /*font-family: "Roboto";*/
    font-family: 'Roboto Nutrition', sans-serif;
    /*font-family: Roboto, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    display: flex;
    align-items: center;
    justify-content: center;
}


.nutrition-container .VideoCard-module_video-card_3Gvrd {
    border-radius: 0;
}

    .nutrition-container .VideoCard-module_video-card_3Gvrd:hover {
        /* box-shadow: none;
    background: #faf4f0; */
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
    }

.nutrition-container .BrowsePage-module_category-title_3jI6I {
    font-size: 30px;
}

.nutrition-container .VideoCard-module_video-thumbnail_Ff9j1 {
    border-radius: 10px;
}

.nutrition-container .meal-type .items-center {
    justify-content: center;
}

.nutrition-container .meal-type .card-module {
    height: auto;
    padding-bottom: 1.5rem;
}

.nutrition-container .mealsongo .VideoCard-module_video-info_f0178 {
    padding-top: 0;
    padding-bottom: 0;
}

    .nutrition-container .mealsongo .VideoCard-module_video-info_f0178 > h3 {
        justify-content: flex-start;
        align-items: normal;
        width: 212px;
    }

.featured-recipe.meal-type {
    background-image: none;
}

.nutrition-container .featured-recipe .VideoCard-module_video-info_f0178 > h3 {
    justify-content: flex-start;
    align-items: flex-start;
   /* width: 194px;*/
    font-family: 'Roboto Nutrition', sans-serif;
    font-weight: 500;
}

.nutrition-container .VideoCard-module_video-info_f0178 > h3 {
}

.nutrition-container .featured-recipe.meal-type .VideoCard-module_video-info_f0178 > h3 {
    height: 3.5rem;
    justify-content: center;
    align-items: center;
}

.nutrition-container .featured-recipe .VideoCard-module_video-info_f0178 {
   /* padding-bottom: 0;*/
}

section.od-slider-wrapper.mealprep {
    padding-bottom: 3rem;
}

/*section.od-slider-wrapper.mealsongo .VideoCard-module_video-card_3Gvrd,
    .featured-recipe .od-slider-wrapper .VideoCard-module_video-card_3Gvrd {*/
/*display: grid;*/
/*grid-template-rows: fr .4fr 0.7fr;
        align-items: end;
    }*/

.mealsongo .BrowsePage-module_menu-title_29_c9 {
    margin-bottom: 2rem;
    gap: 5px;
}

.featured-recipe .BrowsePage-module_menu-title_29_c9 {
    justify-content: center;
}

.featured-recipe.meal-type .BrowsePage-module_menu-title_29_c9 {
    justify-content: start;
}

.nutrition-container .featured-recipe .BrowsePage-module_video-category_2zVWB {
    margin-top: 0;
}

.nutrition-container .featured-recipe .VideoCollection-module_carousel-container_kYc0Y .swiper {
    padding: 0;
}

.nutrition-container .od-slider-wrapper.featured-recipe.meal-type .VideoCollection-module_video-carousel-wrapper_1ULlc {
   /* padding: 0 0 0 90px;*/
}


.nutrition-container .VideoCard-module_video-info_f0178 {
    padding: 0px 16px .75rem 16px;
}

.nutrition-container .VideoCollection-module_video-carousel_qWzRb > div.swiper-wrapper > div.swiper-slide {
    transform: none;
    width: 226px;
}

@media all and (max-width: 767px) {
    .nutrition-container .feautred-buttons .buttons {
        width: 140px;
    }

    .nutrition-container .od-slider-wrapper.featured-recipe.meal-type .VideoCollection-module_video-carousel-wrapper_1ULlc {
        padding-right: var(--leftGap);
        padding-left: var(--leftGap);
    }

    .featured-recipe .od-slider-wrapper .swiper-wrapper {
        justify-content: flex-start;
        gap: 0 !important;
    }
}
