:root{
    --white-color: #fff;
}

/*Kolory strony głównej*/

body{
    background: var(--white-color);
}


/*Widoczność towarów na stronie*/

#n67367_stocks{
    display: none!important;
}
#moto_fp_box{
    display: none;
}
#freeShipping{
    display: none!important;
}
.return_page #menu_categories{
    display: none!important;
}