<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width: 768px) {

    /* TAGS */

    main {
        margin-top: 150px;
    }
    

    /* CUSTOM CLASSES */

    .mobile-only {
        display: none;
    }
    
    .mobile-tablet-only {
        display: block;
    }

    .tablet-only {
        display: block;
    }

    .tablet-desktop-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }


    /* HEADER */

    .header .header-container {
        max-height: 150px;
        padding: 32px 46px;
    }

    .header .header-logo-link {
        max-width: 184px;
    }

    .header .logo {
        width: 100%;
        max-width: unset;
    }


    /* COMPONENTS */

    .breadcrumbs {
        width: 100%;
        max-width: 1307px;
        margin: 0 auto;
        color: var(--darkblue);
        font-size: 1rem;
    }

    .pageSearch .breadcrumbs{
        max-width: 1307px;
    }

    .breadcrumbs_items {
        list-style: none;
        padding-left: 0;
    }

    .breadcrumbs_item {
        display: inline-block;
        margin-left: 9px;
    }

    .breadcrumbs_item:not(:first-child)::before {
        content: "|";
        margin-right: 9px;
    }

    .breadcrumbs_item:first-child {
        margin-left: 0;
        vertical-align: text-top;
    }

    .breadcrumbs_item:last-child {
       font-weight: bold;
    }

    .breadcrumbs_item:last-child::before {
        font-weight: normal;
    }

    .breadcrumbs_item img {
        display: block;
    }

    .breadcrumbs_item a {
        color: var(--darkblue);
    }
    

    /* BANNER */

    .componentHero .slick-arrow-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 97.5%;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .home .componentHero {
        margin-top: 0%;
        border-radius: 15px;
        overflow: hidden;
    }

    .componentHero .slide img{
        border-radius: 15px;
    }

    .banner-cta{
        max-width: 32%;
    }

    .banner-cta .banner-cta-title{
        font-size: 3.82vw;
        line-height: 4.17vw;
    }

    .banner-cta a{
        font-size: 14px;
        letter-spacing: 0.28px;
        margin-top: 9%;
    }

    .products-list-header .blur,
    .brand-container-image .blur {
        background: linear-gradient(90deg, #82a6bc 20%, rgba(255, 255, 255, 0) 80%);
    }


    /* RANGE */

    .our-range h2 {
        font-size: 8.14vw;
    }

    .our-range .ranges{
        width: 95%;
    }

    .our-range .ranges a {
        display: inline-block;
        width: 47%;
    }

    .product-description{
        text-align: left;
    }


    /* RECIPES LIST */

    .section-recipes-list h2 {
        font-size: 4.07vw;
        line-height: normal;
        text-align: left;
    }

    .section-recipes-list .recipes-header {
        position: relative;
        margin-top: 2%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .recipes .recipe img {
        width: 100%;
        display: block;
    }

    .recipes .recipe {
        display: inline-block;
        width: 22.8%;
        cursor: pointer;
        vertical-align: top;
        margin-top: 0;
    }

    .section-recipes-list .recipes .recipe:nth-child(2) {
        margin-left: 2%;
    }

    .section-recipes-list .recipes .recipe:nth-child(3) {
        margin-left: 2%;
    }

    .section-recipes-list .recipes .recipe:nth-child(4) {
        margin-left: 2%;
    }

    .section-recipes-list .recipes {
        padding-top: 4%;
        width: 100%;
        /*display: flex;
        flex-direction: row;*/
    }

    .section-recipes-list .recipes-link-desktop {
        flex-direction: column;
        align-self: end;
        display: flex;
        margin-right: 3%;
    }

    .section-recipes-list .recipes-link-mobile {
        display: none;
    }

    .section-recipes-list .recipes-link-desktop .cta {
        padding: 6% 9.5%;
        width: 100%;
        border: 2px solid var(--lightgrey);
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        font-weight: 700;
        text-decoration: none;
        color: var(--darkblue);
        font-size: 14px;
        min-width: 190px;
    }

    .section-recipes-list .recipes-link-desktop {
        flex-direction: column;
        align-self: end;
        display: flex;
        margin-right: 0%;
    }


    /* BLOCK OUR IMPACT */

    .our-impact {
        width: 100%;
        margin-top: 13%;
    }

    .container-width div:has(.our-impact){
        width: 45%;
        margin: 0 1.5%;
        display: inline-block;
    }

    .pageGeneric .container-width div:has(.our-impact){
        width: 42%;
        margin: 0 4.7%;
        display: inline-block;
    }

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

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

    .container-width div:has(.our-impact):first-child{
        text-align: right;
    }

    .container-width div:has(.our-impact):nth-child(2){
        text-align: left;
    }

    .our-impact .tablet-desktop-only{
        display: flex;
        flex-direction: column-reverse;
    }

    .our-impact .content {
        width: 100%;
        bottom: 0;
        padding-bottom: 4%;
        padding-left: 0;
        padding: 0 30px 4%;
        pointer-events: none;
    }

    .our-impact .content .impact-text,
    .our-impact .content .cta {
        pointer-events: auto;
    }

    .our-impact .content span {
        font-size: 0.8em;
    }

    .our-impact .content h2 {
        font-size: 2.36vw;
        font-weight: 700;
        line-height: normal;
    }

    .our-impact .content .impact-text span {
        font-size: 0.97vw;
        font-weight: 600;
        letter-spacing: 0.1em;
    }

    .our-impact .cta {
        font-size: 1.04vw;
        font-weight: 700;
        letter-spacing: 0.021vw;
        padding: 0.83vw 2.99vw;
        margin-bottom: 11px;
        border-radius: 12px;
    }

    .our-impact .cta span {
        font-size: 1.04vw;
        font-weight: 700;
        letter-spacing: 0.021vw;
        border-radius: 12px;
    }


    /* OUR STORY */

    .our-story {
        margin-top: 0%;
        border-radius: 10px;
        padding: 3% 6.1%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 5%;
    }

    .our-story .story-left{
        flex: 1;
    }

    .our-story .story-right{
        flex: 1;
        align-items: center;
        display: flex;
        /*contain: strict;*/
    }

    .our-story .story-right img{
        margin-top: -3%;
    }

    .our-story .story-left img {
        width: 135px;
    }

    .our-story .story-left h2 {
        font-size: 4.07vw;
        line-height: 4.44vw;
        margin-top: 2.43vw;
    }

    .our-story .our-story-description {
        /*padding-right: 7%;*/
        font-size: 1.11vw;
        line-height: 1.81vw;
    }

    .our-story .story-left .cta{
        font-size: 15px;
        letter-spacing: 0.3px;
        width: fit-content;
        border-radius: 12px;
        padding: 0.75rem 2.5rem;
        font-weight: 700;
        margin-top: 5%;
    }


    /* RECIPES LIST */

    .section-recipes-list {
        margin-top: 6.5%;
        padding-bottom: 0;
        max-width: 1307px;
    }

    .recipes_slider {
        padding: 55px 0;
    }

    .recipes_slider &gt; .container-width {
        padding: 0;
        width: 90.75%;
        max-width: 1307px;
    }

    .recipes_slider .recipes-title {
        font-size: 70px;
        width: 100%;
        margin: 0 auto 55px;
    }

    .recipes_slider .recipes-slider {
        flex-direction: row;
    }

    .recipes_slider .recipes-slider-slick .inspiration-recipe {
        padding: 0 30px;
    }

    .recipes-slider .recipe-card .cta {
        font-size: 20px;
        padding: 15px 9px;
    }

    .recipes_slider .recipes-slider-cta {
        width: 25%;
        display: inline-block;
    }

    .recipes_slider .recipes-slider-cta .cta {
        width: auto;
        max-width: 168px;
        font-size: 22px;
        padding: 10px 55px;
    }

    .recipes_slider .recipes-slider-cta .slick-arrow-container {
        position: relative;
        width: 100%;
        max-width: 175px;
        margin: 10% auto 0;
        display: block;
    }

    .recipes_slider .recipes-slider-cta .slick-previous,
    .recipes_slider .recipes-slider-cta .slick-next {
        all: unset;
        cursor: pointer;
        position: absolute;
    }

    .recipes_slider .recipes-slider-cta .slick-arrow img {
        width: 45px;
    }

    .recipes_slider .recipes-slider-cta .slick-next {
        right: 1%;
    }

    .recipes_slider .recipes-slider-cta .slick-previous {
        left: 1%;
    }


    /* PRODUCTS LIST */

    .products-list h2 {
        font-size: 5.14vw;
    }

    .products_slider {
        padding: 55px 0;
    }

    .products_slider &gt; .container-width {
        padding: 0;
        width: 90.75%;
        max-width: 1307px;
    }

    .product-title {
        font-size: 70px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 55px;
    }

    .product-slider .topic-cta .cta {
        font-size: 25px;
        margin: 1rem auto 1.5rem;
        width: unset;
        max-width: 275px;
    }

    .products_slider .slick-arrow-container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .product-cta .cta {
        font-size: 20px;
    }

    .product-wrapper .dots-bar,
    .product-wrapper .progress-bar {
        width: 50%;
    }

    .product-slide .product-image{
        height: 19.51vw;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .product-slide {
        width: 32.6%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 0;
    }

    .product-slide .product-footer {
        height: 10.41vw;
    }

    .product-slide span {
        height: 6.25vw;
        font-size: 1.32vw;
        line-height: normal;
        letter-spacing: 0.066vw;
    }

    .product-slide .cta {
        font-size: 0.97vw;
        line-height: normal;
        letter-spacing: 0.02vw;
        width: 11.32vw;
    }


    /* ARTICLES LIST */

    .section-articles-list h2 {
        font-size: 4.07vw;
        line-height: normal;
        display: flex;
        text-align: left;
    }

    .articles .article-arrow{
        display: none;
    }

    .section-articles-list .articles-header {
        position: relative;
        margin-top: 2%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .section-articles-list .articles{
        padding-top: 4%;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .articles .article {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        padding-bottom: 0;
    }
    
    .pageArticlesList .list-featured-article .article {
        display: grid;
        grid-template-columns: 1.128fr .872fr;
        gap: 57px;
        padding: 55px 61px 0;
    }

    .articles .article .article-image-link {
        width: 100%;
    }

    .articles .article img,
    .articles-algolia-content .articles .article img {
        width: 100%;
        display: block;
    }

    .section-articles-list .articles-link-desktop {
        flex-direction: column;
        align-self: end;
        display: flex;
        margin-right: 3%;
    }

    .section-articles-list .articles-link-mobile {
        display: none;
    }

    .section-articles-list .articles-link-desktop .cta {
        padding: 6% 9.5%;
        width: 100%;
        border: 2px solid var(--lightgrey);
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        font-weight: 700;
        text-decoration: none;
        color: var(--darkblue);
        font-size: 14px;
        min-width: 191px;
    }

    .section-articles-list .articles-link-desktop {
        flex-direction: column;
        align-self: end;
        display: flex;
        margin-right: 0;
    }


    /* PAGE - GENERIC */
    
    .pageGeneric &gt; .container-width {
        max-width: 1307px;
        width: 90.75%;
        margin: 0 auto;
    }


    /* PAGE - PRODUCTS LIST */

    .pageProductsList &gt; .container-width {
        width: 90.75%;
        max-width: 1307px;
    }

    .pageProductsList-title {
        font-size: 70px;
    }
    
    .pageProductsList-subtitle {
        font-size: 30px;
    }

    .pageProductsList-list {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pageProductsList-list::after {
        content: "";
        flex: 0 1 30%;
        box-sizing: border-box;
    }

    .pageProductsList-list:only-child::after {
      display: none;
    }

    .pageProductsList-product {
        flex: 0 1 30%;
        margin-top: 50px;
    }

    .pageProductsList &gt; .products-list-header {
        width: 90.75%;
        max-width: 1307px;
        margin: 0 auto;
        position: relative;
    }

    .products-list-header-image {
        border-radius: 20px;
    }

    .products-list-header .products-list-subtitle {
        font-size: 3.056vw;
        line-height: 4.16vw;
    }

    .pageProductsList-product .topic-cta .cta {
        font-size: 25px;
    }

    .pageProductsList + footer .footer-section-newsletter lottie-player {
        margin-top: -80px;
    }

    /* PAGE - PRODUCT SINGLE */

    .pageProduct .dropdown-icon {
        margin-left: 10px;
    }

    /* PAGE - RECIPE SINGLE */

    .pageRecipe-detail .dropdown-icon{
        margin-left: 10px;
    }

    .pageRecipe-print-cta{
        position: relative;
    }

    .pageRecipe-detail:last-of-type{
        border-bottom: unset;
    }

        /* PAGE - Recipe list */

    .pageRecipesList {
        padding: 0px 46px;
    }

    .pageRecipesList .recipes .recipe {
        width: 32.6%;
    }

    .recipes .recipe .recipe-subtitle {
        font-size: 1rem;
    }

    .pageRecipesList .list-featured-recipes .recipes .recipe{
        margin-bottom: 0%;
    }

    .pageRecipesList .recipes  {
        border: unset;
    }

    .pageRecipesList .recipes-list-header h1 {
        font-size: 2.5rem;
        text-align: left;
    }

    .pageRecipesList .list-featured-recipes {
        border-radius: 10px 10px 0;
    }

    .pageRecipesList &gt; .recipes-list-header {
        max-width: 1307px;
        margin: 0 auto;
    }

    .pageRecipesList .list-featured-recipes h2 {
        text-align: left;
        font-size: 1.7rem;
        margin-left: 1%;
    }

    .pageRecipesList .recipes-list-header .recipes .recipe {
        width: 24.5%;
    }

    .pageRecipesList .recipes{
        width: 95%;
    }

    .pageRecipesList .list-featured-recipes .wave {
        margin-top: -9%;
    }

    .pageRecipesList .recipes-list-header .recipes {
        padding-top: 1%;
    }


    /* PAGE ARTICLES */

    .pageArticlesList &gt; .container-width {
        max-width: 1307px;
        width: 90.75%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .pageArticlesList .articles-list-header h1{
        text-align: left;
        font-size: 44px;
        line-height: 55px;
    }

    .pageArticlesList &gt; .articles-list-header {
        max-width: 1307px;
        width: 90.75%;
        margin: 0 auto;
        position: relative;
    }

    .articles-algolia-content .articles .article {
        width: 29%;
        padding: unset;
        padding: 1%;
    }

    .articles .article .article-footer {
        width: 95%;
        margin-top: 20px;
    }

    .pageArticlesList .articles-algolia-filters {
        width: 24.5%;
    }

    .pageArticlesList .articles-algolia-content {
        width: 73%;
    }

    .pageArticlesList .article-left,
    .pageArticlesList .article-right{
        display: block;
        vertical-align: middle;
    }
    
    .pageArticlesList .article-right &gt; * {
        margin: 0;
    }
    
    .pageArticlesList .article-right {
        align-self: center;
    }

    .pageArticlesList .list-featured-article .article-category,
    .pageArticlesList .list-featured-article .article-title,
    .pageArticlesList .list-featured-article .article-summary{
        text-align: left;
    }

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


    .pageArticlesList .list-featured-article .article-title {
        font-size: 26px;
    }

    .pageArticlesList .list-featured-article {
        border-radius: 20px 20px 0 0;
    }

    .articles .article .article-subtitle {
        margin-left: unset;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.05em;
    }

    .articles .article .cta{
        margin-left: unset;
        font-size: 21px;
        line-height: 24px;
        letter-spacing: normal;
    }

    .pageArticlesList .list-featured-article .article-summary{
        width: 100%;
        margin: 1.5%;
    }


    /* Algolia */

    .algolia-content-right {
        width: 74%;
        display: inline-block;
        /*padding-left: 2%;*/
        border-top: unset;
        padding-top: unset;
    }

    .algolia-content-right .pagination {
        font-size: 0.8rem;
        text-align: right;
        border-top: 2px solid #0055871A;
    }

    .algolia-filters-left {
        width: 24.9%;
        display: inline-block;
        vertical-align: top;
    }

    .algolia-filters-left .facet {
        margin-top: 20px;
    }

    .algolia-filters-left .facet .filter-title {
        font-size: 1.32vw;
    }

    .algolia-filters-left .facet .container-checkbox {
        margin-bottom: 11px;
    }

    .algolia-filters-left .facet label {
        font-size: 1.32vw;
    }

    .filters-content {
        display: block;
        position: relative;
        top: unset;
        background-color: white;
        padding-left: unset;
        padding-right: unset;
        z-index: 999;
        width: 100%;
    }

    .algolia-filters-left .clear-filters {
        width: fit-content;
    }


    /* STORES LIST PAGE */

    .stores .store{
        width: 22%;
        margin-bottom: 4%;
        padding: 2%;
    }

    .stores-algolia-content{
        padding-top: 0%;
    }


    /* PAGE SEARCH */

    .pageSearch .search-hit .search-hit-type {
        position: absolute;
        top: 7%;
        right: 1%;
    }

    #search-desktop:focus-visible, #search-desktop:focus {
        border: 2px solid var(--lightgrey);
        color: #206a95;
        outline: unset;
    }

    .pageSearch .search-hit .cta {
        position: absolute;
        top: 42%;
        right: 1%;
        width: fit-content;
    }

    .pageSearch .search-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .pageSearch .search-header .search-header-right {
        min-width: 50%;
        text-align: right;
    }

    .pageSearch h1{
        margin-top: 4%;
    }

    .pageSearch .algolia-content-right {
        padding-left: 0;
    }


    /* PAGE BRAND */

    .pageBrand &gt; .container-width {
        padding: 0;
        width: 90.75%;
        max-width: 1307px;
        display: block;
        margin: 0 auto;
    }

    .pageBrand .brand-text-title{
        font-size: 38px;
        font-weight: 700;
        line-height: 64px;
        margin-top: 65px;
        margin-bottom: 26px;
    }

    .pageBrand .brand-container-image {
        border-radius: 20px;
    }

    .pageBrand .brand-container-image img {
        border-radius: 20px;
    }

    .pageBrand .brand-container-caption {
        font-size: 3.82vw;
        line-height: 4.16vw;
    }

    .pageBrand .brand-container-caption-secondary {
        font-size: 0.575rem;
        bottom: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
        max-width: 50%;
    }

    .pageBrand .brand-container-description {
        max-width: 814px;
    }

    .pageBrand .brand-container-description p {
        font-size: 16px;
        line-height: 26px;
        margin: 26px auto 33px;
    }

    .pageBrand .brand-container-features span{
        font-size: 16px;
    }

    .pageBrand .brand-container-features li{
        width: 19%;
    }


    /* PAGE ARTICLE */
    /* Generic template */

    .generic_template &gt; .container-width ,
    .pageArticle &gt; .container-width {
        max-width: 1307px;
        display: block;
        margin: 0 auto;
    }

    .generic_template .cta,
    .pageArticle .cta{
        width: fit-content;
        font-size: 1rem;
    }

    .generic_template .article-wrapperAsset,
    .pageArticle .article-wrapperAsset{
        margin: 0 auto;
        display: block;
    }

    .generic_template .article-wrapperAsset img,
    .pageArticle .article-wrapperAsset img{
       border-radius: 12px;
    }
    

    /* STORES LIST */

    .pageStoresList h1{
        margin-top: 3%;
    }

    .pageStoresList .filters-content{
        border-bottom: 2px solid var(--lightgrey);
    }

    .pageStoresList .filter-content label:hover,
    .pageStoresList .filter-content label.active {
        text-decoration: underline;
    }

    .componentAccordion{
        max-width: 60%;
        margin: 0 auto;
    }

    .article-componentAccordion{
        margin: 1%;
    }

    /* Footer */

    footer {
        overflow: hidden;
    }

    /* TEST template */

    .generic_template_hero {
        position: relative;
        flex-direction: row;
    }

    .generic_template_hero h1 {
        position: absolute;
        left: 63px;
        color: #fff;
        order: 2;
    }

    .generic_template_hero img {
        border-radius: 20px;
    }


    /* Swiper Slider */

    swiper-container {
        --swiper-scrollbar-size: 7px;
        --swiper-scrollbar-sides-offset: 25%;
        --wrapper-bottom-margin: 55px;
    }
}</pre></body></html>