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

    /* CUSTOM CLASSES */

    .mobile-only {
        display: none !important;
    }

    .mobile-tablet-only {
        display: none !important;
    }

    .tablet-only {
        display: none !important;
    }

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

    .desktop-only {
        display: block;
    }

    /* HEADER */

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

    .header-news {
        width: 100%;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
    }

    .header-new {
        position: relative;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 44px;
        background-color: var(--darkblue);
        color: var(--white);
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    .header-new.hidden {
        display: none;
    }

    .header-new p {
        margin: 0;
    }

    .header-new a {
        color: var(--lightblue);
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        text-decoration: underline;
    }

    .header-new-close {
        position: absolute;
        right: 19px;
        top: 0;
        width: 19px;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--white);
        transform: rotate(45deg);
        cursor: pointer;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
        user-select: none; /* Standard */
    }

    .header {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1000;
        transition: 0.25s;
    }
    .header.float {
        top: 20px;
        width: 94%;
        max-width: 1359px;
        border-radius: 20px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    }
    /*body:has(.header-new) .header {
        top: 44px;
    }
    body:has(.header-new.hidden) .header {
        top: 0;
    }
    body:has(.header-new) .header.float {
        top: 64px;
    }
    body:has(.header-new.hidden) .header.float {
        top: 20px;
    }*/
    .header .header-container {
        width: 90.75%;
        height: auto;
        padding: 1.81vw 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: visible;
        transition: 0.25s;
    }
    .header.float .header-container {
        max-width: 1309px;
        padding: 1.11vw 0;
        width: 96.32%;
        height: 8.96vw;
    }
    .header .header-logo-link {
        max-width: 158px;
    }
    .header .logo {
        width: 10.97vw;
        margin-top: 20px;
    }

    .header .picto-search {
        width: 22px;
    }
    .header .nav {
        position: unset;
        height: auto;
        width: 85%;
        padding: 0;
        background-color: var(--white);
        transform: unset;
        display: flex;
        flex-direction: column;
        overflow-y: initial;
    }
    .header .nav-line {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
    }
    .header .nav-line.pictos {
        display: none;
    }
    .header .nav-line.first {
        align-items: flex-end;
        justify-content: flex-end;
    }
    .header .nav-line-separator {
        width: 100%;
        height: 4px;
        background-color: var(--lightgrey);
    }
    .header .nav-line-item {
        width: auto;
    }
    .header .nav-line img {
        margin: 0 10px;
    }
    .header .nav-line a,
    .header .nav-line .menu-name {
        margin: 0 10px;
        text-decoration: none;
        color: var(--darkblue);
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 0.38px;
        line-height: normal;
    }
    .header .nav-line.first a {
        font-size: 14px;
    }
    .header .nav-line.first span,
    .header .nav-line.first img {
        cursor: pointer;
        color: var(--darkblue);
    }
    .header .nav-line .nav-line-item:last-of-type .menu-name {
        margin-right: 0;
    }
    .header .submenu {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s, opacity 0.25s linear;
        width: 100%;
        background-color: var(--darkblue);
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
        border-top: none;
        padding: 0;
    }
    .header .submenu.active {
        display: flex;
    }
    .header .nav-line .menu-name:hover + .submenu,
    .header .submenu:hover {
        /*display: block;*/
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0s linear;
    }
    .header .submenu-description {
        display: block;
        background-color: #004D7A;
        width: 33.33%;
        padding: 54px 44px 54px 98px;
        flex: 1;
        color: var(--white);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .header .submenu-description-name {
        font-size: 42px;
        font-weight: 700;
        line-height: 64px;
        margin-block-end: 0.5em;
        margin-top: 0;
    }
    .header .submenu-description-content {
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
    }
    .header .submenu-navigation {
        background-color: var(--darkblue);
        width: 66.66%;
        padding: 69px 98px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
    }
    .header .submenu-items {
        list-style: none;
        padding-left: 0;
        margin-right: 80px;
        margin-top: 0;
    }
    .header .submenu-item {
        color: var(--white);
    }
    .header .submenu-item:has(> strong) {
        margin-bottom: 20px;
    }
    .header .submenu .submenu-item:has(strong br) {
        height: auto;
    }
    .header .submenu a {
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none;
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .header .submenu a:hover {
        color: var(--lightblue);
        text-decoration: none;
    }

    .header .header-facebook-logo img{
        margin: unset;
        width: 10px;
        margin-top: -24px;
    }

    .header .header-menu-arrow{
        width: 11px;
        vertical-align: middle;
        display: inline-block;
        padding-bottom: 3px;
    }

    /* FOOTER */

    footer {
        overflow: initial;
    }

    .footer-section-main-nav .footer-logo {
        max-width: 67%;
    }

    .footer-section-newsletter {
        position: relative;
        /*background-image: url("img/VECTOR-newsletter-desktop-5bd1b0f28531258bccd255957da97c9a.webp");*/
        background-color: unset;
        padding: 0;
        width: 90.75%;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 20px;
    }

    .newsletter-container {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 61.25%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .newsletter-catchphrase {
        font-size: 1.32vw;
        line-height: 1.81vw;
        text-align: left;
        max-width: 66%;
    }

    .footer-section-newsletter .cta-rounded {
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: normal;
        padding: 14px 52px;
        margin: 0;
        width: fit-content;
    }

    .footer-section-main-nav {
        width: 85%;
        margin: 0 auto;
        padding: 45px 0;
    }

    .footer-section-main-nav-head {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer-section-main-nav-head-left {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        font-weight: 700;
    }

    .footer-logo {
        margin-right: 26px;
    }

    .explore-dropdown {
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.32px;
    }

    .footer-section-main-nav {
        text-align: left;
    }

    .footer-section-main-nav .cta-rounded {
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.28px;
        line-height: normal;
        padding: 14px 52px;
        margin: 0;
        width: fit-content;
    }

    .footer-section-main-nav-body.hidden {
        display: none;
    }

    .footer-section-main-nav-body .navigation-items {
        margin: 3.88vw 0;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-section-main-nav-body .navigation-item {
        font-size: 1.04vw;
        line-height: 1.66vw;
    }

    .footer-section-main-nav-body .navigation-item-submenu.hidden {
        display: block;
    }

    .footer-section-main-nav-body .img-social {
        max-width: 11px;
    }

    .footer-section-secondary-nav {
        padding: 45px 0;
    }

    .footer-section-secondary-nav-container {
        width: 85%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 1.04vw;
        font-weight: 500;
        line-height: 1.66vw;
        text-align: left;
    }

    .footer-section-secondary-nav .navigation-items {
        margin: 0;
    }

    .footer-section-secondary-nav .navigation-item,
    .footer-section-secondary-nav .copyrights-item {
        display: inline-block;
        margin-bottom: 0;
        line-height: normal;
    }

    .footer-section-secondary-nav .navigation-item {
        margin-right: 35px;
    }
    .footer-section-secondary-nav .navigation-item:last-of-type {
        margin-right: 0;
    }

    .footer-section-secondary-nav .copyrights-item {
        margin-left: 15px;
        font-family: "Lato";
        font-weight: 500;
    }
    .footer-section-secondary-nav .copyrights-item:first-of-type {
        margin-left: 0;
    }


    /* BANNER */

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


    /* RANGE */

    .our-range h2 {
        font-size: 38px;
    }

    .our-range .ranges a {
        max-width: 343px;
        width: 31.7%;
        margin: 0 12px;
    }

    .our-range .range-card {
        margin-bottom: 27px;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .our-range .range-card span {
        flex: 1;
    }

    .our-range .range-card .range-arrow {
        margin-left: 10px;
    }


    /* PRODUCTS SLIDER */

    .products-list h2 {
        font-size: 38px;
    }


    /* ARTICLES LIST */

    .section-articles-list h2 {
        font-size: 38px;
        line-height: 38px;
    }

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


    /* OUR STORY */


    /* RECIPES LIST */

    .section-recipes-list h2 {
        font-size: 38px;
        line-height: 38px;
    }

    .section-recipes-list .recipes {
        padding-top: 33px;
    }

    .recipes .recipe .recipe-subtitle {
        font-size: 21px;
        line-height: 23px;
    }


    /* SEARCH PRODUCTS */

    .componentSearchProducts img.loader {
        top: 50%;
        width: 60px;
    }

    .componentSearchProducts {
        position: relative;
        margin-top: 4.5%;
        border-radius: 20px 20px 0px 0px;
    }

    .componentSearchProducts-container {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .componentSearchProducts h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-top: 40px;
        text-align: center;
    }

    .componentSearchProducts .cta {
        width: fit-content;
        margin-top: 0;
        font-size: 14px;
        letter-spacing: 0.28px;
        padding: 14px 35px;
    }

    .componentSearchProducts form{
        padding-bottom: 0;
        padding-top: 0;
    }

    .componentSearchProducts #filter-dietary-requirement,
    .componentSearchProducts #filter-ranges-name,
    .componentSearchProducts #filter-productLocation{
        display: inline-block;
        width: 20%;
        margin-right: 2%;
    }

    .componentSearchProducts #filter-dietary-requirement select,
    .componentSearchProducts #filter-ranges-name select,
    .componentSearchProducts #filter-productLocation select{
        display: unset;
        width: 100%;
        margin-top: 0;
        margin-right: 0%;
        font-size: 15px;
    }

    /* BLOCK - OUR IMPACT */

    .our-impact .content .impact-text span {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .our-impact .content h2 {
        font-size: 34px;
    }

    .our-impact .cta {
        font-size: 15px;
        letter-spacing: 0.3px;
        padding: 0.43vw 1.99vw;
    }

    .our-impact .cta span {
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    /* PAGE - Recipe list */

    .pageRecipesList {
        padding: 0;
        border-top: none;
    }

    .pageRecipesList > .recipes-list-header {
        width: 90.75%;
        max-width: 1307px;
        margin: 0 auto;
        border-top: 4px solid var(--paleblue);
    }

    .pageRecipesList .container-width {
        width: 90.75%;
        max-width: 1307px;
        margin: 0 auto;
    }

    /* Algolia FILTERS */

    .algolia-filters-left .facet .filter-title {
        font-size: 18px;
    }

    .algolia-filters-left .facet label {
        font-size: 16px;

    }

    /* PAGE - SINGLE RECIPE */

    .pageRecipe-description {
        max-width: 1210px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        margin-top: 4%;
    }

    .pageRecipe-description-left,
    .pageRecipe-description-right {
        flex: 1;
    }

    .pageRecipe-description-left {
        margin-right: 3.5%;
    }

    .pageRecipe-description-left img {
        border-radius: 15px;
        max-width: 545px;
    }

    .pageRecipe-title {
        font-size: 44px;
        line-height: 55px;
        margin-top: 0;
        text-align: left;
    }

    .pageRecipe-details {
        width: 100%;
    }

    .pageRecipe-print-cta img{
        vertical-align: middle;
    }

    .pageRecipe-pictos{
        width: 100%;
        margin-top: -30px;
    }

    .pageRecipe-print-cta img {
        width: 30px;
    }

    .pageRecipe-picto-column {
        width: auto;
        justify-content: flex-start;
    }

    .pageRecipe-picto-column.pageRecipe-picto-column-difficulty {
        max-width: 25.5%;
        width: 25.5%;
    }

    .pageRecipe-picto-column-difficulty img {
        width: 100%;
        height: auto;
    }

    .pageRecipe-picto-column.pageRecipe-picto-column-duration {
        max-width: 23.5%;
        width: fit-content;
    }

    .pageRecipe-picto-column-duration img{
        width: 22px;
    }

    .pageRecipe-picto-column.pageRecipe-picto-column-people {
        max-width: 14%;
        width: fit-content;
    }

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

    .pageRecipe-picto-column-duration .pageRecipe-picto-text:last-child span{
        vertical-align: super;
    }

    .pageRecipe-picto-text {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .pageRecipe-picto-column-people .pageRecipe-people_counter {
        height: auto;
    }

    .pageRecipe-picto-column-people .pageRecipe-picto-text {
        margin-bottom: 3px;
    }

    .pageRecipe-picto-column-duration .recipe-time-value {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 16px;
    }

    .pageRecipe-picto-column-print {
        align-items: center;
        padding-top: 2.2vw;
    }

    .pageRecipe-picto-column.pageRecipe-picto-column-print {
        justify-content: flex-start;
        width: fit-content;
    }

    .pageRecipe-picto-text span {
        vertical-align: super;
    }

    .pageRecipe-product-image {
        text-align: center;
        max-width: 203px;
        margin-top: 15px;
    }

    .pageRecipe #recipeProduct-text a {
        width: fit-content;
    }

    .pageRecipe-product-image img {
        max-width: 203px;
    }

    .pageRecipe-people_counter {
        width: 100%;
    }

    .pageRecipe-people {
        font-size: 16px;
        text-align: center;
    }

    .pageRecipe .topic-text-title {
        font-size: 19px;
        letter-spacing: 0.95px;
    }

    .pageRecipe .topic-text-text {
        font-size: 16px;
        line-height: 26px;
    }

    .pageRecipe-product-name {
        font-size: 19px;
        letter-spacing: 0.95px;
    }

    .pageRecipe-ingredients {
        padding-left: 38px;
    }

    .pageRecipe-ingredient {
        font-size: 20px;
        line-height: 30px;
    }

    .pageRecipe-steps {
        list-style: none;
        padding-left: 20px;
    }

    .pageRecipe-step {
        font-size: 20px;
        line-height: 30px;
    }

    .pageRecipe > .container-width {
        width: 90.75%;
        max-width: 1307px;
        margin: 0 auto;
    }

    /* PAGE - SINGLE PRODUCT */

    .pageProduct {
        border-top: none;
    }

    .pageProduct > .container-width {
        width: 90.75%;
        max-width: 1307px;
        border-top: 4px solid var(--paleblue);
        margin: 0 auto;
    }

    .pageProduct-section {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        margin-top: 33px;
    }

    .pageProduct-left {
        width: 45%;
        margin-right: 55px;
    }

    .pageProduct-right {
        width: 55%;
    }

    .pageProduct-image {
        margin-bottom: 73px;
    }

    .pageProduct-thumbnail {
        width: 124px;
        height: 126px;
        padding: 16px;
    }

    .pageProduct-title {
        font-size: 44px;
        line-height: 55px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 42px;
    }

    .pageProduct .topic-text-title {
        font-size: 19px;
        letter-spacing: 0.95px;
    }

    .pageProduct .topic-text-text {
        font-size: 16px;
        line-height: 26px;
    }

    .pageProduct-table {
        font-size: 14px;
    }

    .pageProduct-table td{
        padding: 3px 0;
    }

    .pageProduct-table td:nth-child(1) {
        padding-left: 1.6%;
    }

    .pageProduct-table tbody td:not(:first-child) {
        text-align: center;
    }

    .pageProduct-table td:last-child {
        padding-right: 1.6%;
    }

    .pageProduct-tips {
        padding: 25px;
        max-width: 100%;
        width: fit-content;
    }

    .pageProduct-tip::before {
        width: 16px;
        height: 24px;
    }

    .pageProduct-tip {
        font-size: 16px;
        line-height: 26px;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pageProduct-tip p {
        width: fit-content;
    }

    /* PAGE ARTICLE */

    .componentHighlightTexts {
        margin: 58px auto;
    }

    .componentHighlightTexts .highlight {
        width: auto;
        max-width: 15%;
        flex: 1;
        padding: 0 16.5px;
        font-size: 19px;
    }

    .componentAccordion {
        padding: 22px 46px;
    }

    .accordion-title {
        font-size: 19px;
        letter-spacing: 0.95px;
    }

    .accordion-content {
        font-size: 16px;
    }

    .article_title_cta_image_caption {
        flex-direction: row;
        -ms-flex-direction: row;
        border-radius: 10px;
        padding: 46px;
    }

    .article_title_cta_image_caption .column-left,
    .article_title_cta_image_caption .column-right {
        flex: 1;
    }

    .article_title_cta_image_caption .column-left {
        padding-right: 33px;
    }

    .testimonial {
        max-width: 774px;
        margin: 35px auto;
    }

    .testimonial-content-wrapper {
        width: 100%;
    }

    .testimonial-content {
        width: 88%;
        font-size: 21px;
        line-height: 32px;
    }

    .testimonial-author {
        justify-content: flex-start;
        margin-left: 58px;
    }

    .testimonial-author-detail {
        margin-left: 26px;
    }

    .testimonial-author-identity {
        font-size: 18px;
    }

    .testimonial-author-job {
        font-size: 16px;
    }

    /* STORES LIST PAGE */

    .pageStoresList .stores-list {
        margin-top: 0;
    }

    /* Generic template */

    .generic_template > .container-width {
        width: 90.75%;
        max-width: 1307px;
    }

    .generic_template > .container-width > img,
    .generic_template iframe,
    .generic_template .componentHighlightTexts,
    .pageArticle .article-wrapperAsset img,
    .pageArticle .article-componentHtml iframe,
    .pageArticle .componentHighlightTexts {
        display: block;
        max-width: 1051px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .generic_template .componentHighlightTexts,
    .pageArticle .componentHighlightTexts {
        margin-top: 77px;
    }
    
    .generic_template .componentHighlightTexts li,
    .pageArticle .componentHighlightTexts li {
        max-width: initial;
    }
    
    .generic_template .componentAccordion,
    .pageArticle .componentAccordion,
    .generic_template .article_title_cta_image_caption,
    .pageArticle .article_title_cta_image_caption {
        max-width: 1002px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .generic_template .componentCms,
    .pageArticle .componentCms {
        max-width: 1156px;
        margin-left: auto;
        margin-right: auto;
    }

    .generic_template > .container-width > .cta:not(.cta + style + .cta):has( + style + .cta),
    .pageArticle .article-componentCta:not(.article-componentCta + .article-componentCta):has( + .article-componentCta) {
        margin-left: calc((1307px - 1156px) / 2);
    }
}

/* large-tablet */
@media screen and (min-width: 1024px) and (max-width: 1365px) {

    /* HEADER */

    header ul li a {
        font-size: 1.67vw;
    }

    /* SEARCH PRODUCTS */

    .componentSearchProducts h2 {
        padding-top: 3%;
    }

    /* RECIPES SLIDER */

    .recipes_slider .recipes-title {
        font-size: 5.85vw;
    }

    .recipes_slider .recipes-slider-cta .cta {
        max-width: 12.88vw;
        font-size: 1.7vw;
    }

    .recipes_slider .recipes-slider-slick .inspiration-recipe {
        padding: 0 2.5vw;
    }

    .recipes-slider .recipe-card .cta {
        font-size: 1.67vw;
    }

    /* PRODUCTS SLIDER */

    .product-title {
        font-size: 5.85vw;
    }

    .product-cta .cta {
        font-size: 1.67vw;
    }

    /* PAGE - BRAND */

    .pagebrand_wrapper {
        padding-top: 2.5vw;
    }

    .pagebrand_item_history_title_text {
        font-size: 5.85vw;
    }

    .pagebrand_item_anchor {
        font-size: 5.85vw;
    }

    .pagebrand_item_title_1 {
        font-size: 5.85vw;
    }

    .pagebrand_item_title_2 {
        font-size: 5.85vw;
    }

    /* PAGE - SINGLE RECIPE */

    .pageRecipe-subtitle {
        font-size: 2.5vw;
    }

    .pageRecipe-picto-text {
        font-size: 1vw;
    }

    .pageRecipe-product-introduction {
        font-size: 1.67vw;
    }

    .pageRecipe-people-catchphrase {
        font-size: 1.67vw;
    }

    .pageRecipe-people {
        font-size: 1.4vw;
    }

    .pageRecipe-ingredients {
        padding-left: 3.24vw;
    }

    .pageRecipe-ingredient {
        font-size: 1.67vw;
        line-height: 2.5vw;
    }

    .pageRecipe-steps {
        padding-left: 1.67vw;
    }

    .pageRecipe-step {
        font-size: 1.67vw;
        line-height: 2.5vw;
    }

    .pageRecipe-tip-title {
        font-size: 2.5vw;
    }

    .pageRecipe-tip-text {
        /*font-size: 15px;*/
        line-height: 1.67vw;
    }

    /* PAGE - PRODUCTS LIST */

    .pageProductsList-title {
        font-size: 5.85vw;
    }

    .pageProductsList-subtitle {
        font-size: 2.5vw;
    }

    /* PAGE - SINGLE PRODUCT */

    .pageProduct-tip-content {
        width: 90%;
    }

    .pageProduct-tip-text {
        /*font-size: 15px;*/
        line-height: 1.67vw;
    }

    .pageProduct-title {
        font-size: 3.06vw;
        line-height: 3.82vw;
    }

    .pageProduct-subtitle {
        font-size: 2.5vw;
    }

    .pageProduct .topic-text-title {
        font-size: 2.08vw;
    }

    .pageProduct .topic-text-text {
        font-size: 1.67vw;
    }

    .pageProduct-table {
        font-size: 1.01vw;
    }

    /* PAGE - BRAND */

    .pageBrand .brand-text-description, .brand-text-description{
        font-size: 1.7rem;
    }

    .pageBrand .brand-container-features span, .brand-container-features span{
        font-size: 1.7rem;
    }
}