/* --- Colors --- */

:root {
    --main: #5f6856;
    --main-light: #bfc4ba;
    --main-dark: #000;



    /* home2 slider product*/
    --bg-slider: rgb(231,240,239);


}
.categories .card-title {
    color: #7c8970!important;
}
#cookie-bar {
    background-color: var(--main-light)!important;
}