.category-breadcrumbs>nav span{
    color: var(--Beige, #F8F5F0);
    font-family: Montserrat;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.category-page-title{
    color: #FFF;
    font-family: bebas-neue-pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.category-breadcrumbs>nav li::after {
    color: var(--Beige, #F8F5F0);
    content: " - ";
}

h1 {
    letter-spacing: normal;
}

ul, ol{
    line-height: normal !important;
}

#category-description-text p, #category-description-text span{
    color: var(--gris-1, #353941);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 23.4px */
}


@media screen and (min-width: 1023px) {
    .clear-header .header-block-left ul>li>a {
        color: var(--Gris-clair, #FAFAFA);
    }
    
    .clear-header .header-block-right svg * {
        stroke: var(--Gris-clair, #FAFAFA);
    }
    
    .clear-header .hamburger{
        background-color: var(--Gris-clair, #FAFAFA);
    }
    .clear-header .hamburger::before{
        background-color: var(--Gris-clair, #FAFAFA);
    }
    .clear-header .hamburger::after{
        background-color: var(--Gris-clair, #FAFAFA);
    }
    
}

@media screen and (max-width: 1023px) {
    .category-breadcrumbs>nav span{
        color: var(--Beige, #F8F5F0);
        font-family: Montserrat;
        font-size: 0.6875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #category-description-text p, #category-description-text span{
        color: var(--gris-1, #353941);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 19.2px */
    }
}
