.meteo_empty_recipes_back{
    top: 0;
    left: 0;
    height: 450px;
    background-image: url('/wp-content/uploads/2025/01/rb_85716.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
}

.meteo_cat_header{
    padding: 0 32px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
}

.meteo_cat_header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--meteoBlack);
    opacity: .4;
}

.meteo_syntagi_header_inner h1{ line-height: 74px;}

.meteo_cat_recipes_container .meteo_inner_box{
    display: flex;
    padding: 70px 0 120px 0;
}

.meteo_cat_recipes_left{ width: 70%;}
.meteo_cat_recipes_right{ width: 30%;}

.meteo_cat_recipes_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 20px;
}

.meteo_cat_recipe_card{
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.meteo_cat_recipe_fimg_box{
    display: block;
    height: 250px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.meteo_cat_recipe_fimg{
    display: block;
    height: 250px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 300ms ease-in-out;
}

.meteo_cat_recipe_fimg:hover{ transform: scale(1.1);}

.meteo_cat_recipe_content{ padding: 20px 16px 30px 16px;}

.meteo_single_card_text p{
    font-family: 'Commissioner-Regular';
    font-size: 16px;
}

.meteo_button{
    padding: 0 25px;
    font-size: 14px;
    border-radius: 32px;
    transition: all 300ms ease-in-out;
}
.meteo_button:hover{
    background: var(--meteoBlack);
    color: var(--meteoWhite);
}

.meteo_cat_recipe_card .meteo_button{
    position: absolute;
    bottom: 15px;
}

.meteo_button:hover .meteo_syntagi_icon_style{ display: none;}

.meteo_cat_recipes_right .recipes_categories_container{ grid-template-columns: 1fr;}

.meteo_cat_recipes_right .recipe_category{ 
    background-repeat: no-repeat;
    height: 300px;
}


/*Syntagi*/
@media screen and (max-width: 767px) {
    .meteo_syntagi_header{
        height: 340px !important;
    }

    .meteo_syntagi_header_inner h1 {
       line-height: 10px;
       padding-top: 125px !important;
     }
    
    .fs_63 {
        font-size: 35px !important;
    }

    
    .meteo_syntagi_header_inner_left {
        margin-top: -59px;
    }
    
    .meteo_w50 {
        width: 100%;
    }
    
    .meteo_recipe_navigation {
        display: flex;
        justify-content: space-between;
        bottom: -27px;
        width: 130px;
        left: 200px;
    }
    
    .meteo_category_block.meteo_flex_start {
        padding-top: 15px;
    }

    .meteo_recipe_nav_prev {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 25px;
    }

    .meteo_recipe_nav_next {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 25px;
    }
}


/*Syntages*/
@media screen and (max-width: 767px) {
    .meteo_syntages_container .meteo_syntagi_header_inner h1 {
    line-height: 10px;
    padding-top: 60px !important;
  }
}