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

    main {
        margin-top: 176px;
    }
    /*body:has(.header-new) main {
        margin-top: calc(174px + 44px);
    }
    body:has(.header-new.hidden) main {
        margin-top: 174px;
    }*/

    /* Container width - pageRecipesList */

    .pageRecipesList .container-width {
        max-width: 1307px;
    }

    .pageArticlesList .list-featured-article .article-category{
        font-size: 1vw;
    }

    /* HEADER */

    .header .header-container {
        max-width: 1307px;
        max-height: 176px;
        padding: 26px 0;
    }

    .header.float .header-container {
        max-width: 1309px;
        max-height: 129px;
        padding: 16px 0;
    }

    .header .logo {
        width: 158px;
        margin-top: 20px;
    }

    /* FOOTER */

    .footer-section-newsletter {
        max-width: 1307px;
    }

    .newsletter-catchphrase {
        font-size: 19px;
        line-height: 26px;
    }

    .footer-section-main-nav {
        max-width: 1226px;
    }

    .footer-section-main-nav-body .navigation-item {
        font-size: 15px;
    }

    .footer-section-secondary-nav-container {
        max-width: 1226px;
        font-size: 15px;
        line-height: 22.5px;
    }

    /* BANNER */

    .banner-cta .banner-cta-title{
        font-size: 55px;
        line-height: 60px;
    }

    /* PRODUCTS SLIDER */

    .product-slide .product-image {
        height: 281px;
    }

    .product-slide .product-footer {
        height: 150px;
    }

    .product-slide span {
        height: 90px;
        font-size: 17px;
        line-height: normal;
        letter-spacing: 0.95px;
    }

    .product-slide .cta {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.28px;
        width: 163px;
    }

    /* OUR STORY */

    .our-story {
        gap: 65px;
    }

    .our-story .story-left h2 {
        font-size: 48px;
        line-height: 64px;
        margin-top: 35px;
    }

    .our-story .our-story-description {
        font-size: 16px;
        line-height: 26px;
    }

    /* OUR IMPACT */

    .container-width div:has(.our-impact):nth-child(even) {
        margin-right: 32.5px;
    }

    .container-width div:has(.our-impact):nth-child(odd) {
        margin-left: 32.5px;
    }

    /* PAGE - RECIPE */

    .pageRecipe-picto-column-print {
        padding-top: 36px;
    }

    /* PAGE - PRODUCTS LIST */

    .products-list-header .products-list-subtitle {
        font-size: 44px;
        line-height: 60px;
    }

    /* PAGE - BRAND */

    .pageBrand .brand-container-caption {
        font-size: 55px;
        line-height: 60px;
    }

}
