
/* ============================================================
   CATEGORY THEME IMAGES V53.4
   ============================================================ */


/*
 * Один нормальный IMG.
 */

body.site-home-modern
.home-category-theme-image-v534{

    display:block!important;

    position:absolute!important;

    z-index:1!important;

    inset:0!important;

    width:100%!important;
    height:100%!important;

    max-width:none!important;
    max-height:none!important;

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

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

    object-fit:cover!important;
    object-position:center!important;

    filter:none!important;

    transform:none!important;

    transition:none!important;
    animation:none!important;

}


/*
 * Старые V53 изображения категории,
 * если вдруг где-то остались, не должны мешать.
 */

body.site-home-modern
.home-category-media-v6
.sd-theme-img-v53{

    display:none!important;

}


/*
 * Затемнение должно лежать НАД картинкой,
 * но ПОД текстом.
 */

body.site-home-modern
.home-category-card-v6::before,

body.site-home-modern
.home-category-card-v6::after{

    z-index:2!important;

}


/*
 * Текст категории всегда хорошо виден.
 */

body.site-home-modern
.home-category-card-v6
.home-category-name-v6,

body.site-home-modern
.home-category-card-v6 strong,

body.site-home-modern
.home-category-card-v6 b{

    position:relative!important;

    z-index:5!important;

    color:#fff!important;

    opacity:1!important;

    visibility:visible!important;

    text-shadow:
        0 2px 8px rgba(0,0,0,.85),
        0 1px 2px rgba(0,0,0,.95)!important;

}


/*
 * Если название сделано span/div другим старым стилем.
 */

body.site-home-modern
.home-category-card-v6
[class*="category-title"],

body.site-home-modern
.home-category-card-v6
[class*="category-name"]{

    z-index:5!important;

    color:#fff!important;

    opacity:1!important;

    visibility:visible!important;

}


/*
 * Стрелка всегда сверху.
 */

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

    z-index:7!important;

}


/*
 * Не даём светлой теме красить название в чёрный.
 */

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

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

html[data-site-theme="light"]
body.site-home-modern
.home-category-card-v6
[class*="category-title"],

html[data-site-theme="light"]
body.site-home-modern
.home-category-card-v6
[class*="category-name"],

body.site-home-modern.site-theme-light
.home-category-card-v6 strong,

body.site-home-modern.site-theme-light
.home-category-card-v6 b{

    color:#fff!important;

}


/*
 * Сама карточка не должна становиться белой.
 */

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

body.site-home-modern.site-theme-light
.home-category-card-v6{

    background:#0b0b0c!important;

}

