/* ============================================================
   HOME FIRST PAINT V135
   ============================================================ */


/* До выбора правильной LIGHT/DARK картинки она не показывается. */

body.site-home-modern
.home-category-theme-image-v534:not(
    [data-home-category-theme-ready-v135="1"]
){

    opacity:0 !important;
    visibility:hidden !important;
}


body.site-home-modern
.home-category-theme-image-v534[
    data-home-category-theme-ready-v135="1"
]{

    opacity:1 !important;
    visibility:visible !important;
}


/* Пока картинка грузится — фон уже соответствует теме. */

html[data-site-theme="light"]
body.site-home-modern
.home-category-card-v6{

    background-color:#fff !important;
}


html[data-site-theme="dark"]
body.site-home-modern
.home-category-card-v6{

    background-color:#101010 !important;
}


/* ============================================================
   УПРАВЛЯТЬ / СМОТРЕТЬ ВСЕ
   ============================================================ */

body.site-home-modern
.home-popular-links-v7,

body.site-home-modern
.home-category-links-v6{

    display:flex !important;

    align-items:center !important;

    justify-content:flex-end !important;
}


body.site-home-modern
.home-popular-links-v7 > a,

body.site-home-modern
.home-category-links-v6 > a{

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    min-height:24px !important;

    margin:0 !important;
    padding:0 !important;

    line-height:1 !important;

    vertical-align:middle !important;
}


body.site-home-modern
.home-popular-links-v7 > a > span,

body.site-home-modern
.home-category-links-v6 > a > span{

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    line-height:1 !important;

    vertical-align:middle !important;
}


/*
 * Стрелка больше не увеличивает line-box
 * у второй ссылки.
 */

body.site-home-modern
.home-popular-links-v7 > a > span{

    height:18px !important;
}
