
/* ============================================================
   FRANCHISE THEME IMAGES V52
   ============================================================ */


/* ------------------------------------------------------------
   Картинка Франшизы
   ------------------------------------------------------------ */

body.site-home-modern
.home-franchise-tile-v5
.home-franchise-theme-image-v52{

    position:absolute!important;

    z-index:0!important;

    inset:0!important;

    display:block!important;

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

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

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

    transform:none!important;

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

    filter:none!important;

    pointer-events:none!important;

}


/* ------------------------------------------------------------
   По умолчанию DARK
   ------------------------------------------------------------ */

body.site-home-modern
.home-franchise-theme-image-dark-v52{

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

}


body.site-home-modern
.home-franchise-theme-image-light-v52{

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

}


/* ------------------------------------------------------------
   DARK
   ------------------------------------------------------------ */

html[data-site-theme="dark"]
body.site-home-modern
.home-franchise-theme-image-dark-v52{

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

}


html[data-site-theme="dark"]
body.site-home-modern
.home-franchise-theme-image-light-v52{

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

}


/* ------------------------------------------------------------
   LIGHT
   ------------------------------------------------------------ */

html[data-site-theme="light"]
body.site-home-modern
.home-franchise-theme-image-dark-v52,

body.site-home-modern.site-theme-light
.home-franchise-theme-image-dark-v52{

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

}


html[data-site-theme="light"]
body.site-home-modern
.home-franchise-theme-image-light-v52,

body.site-home-modern.site-theme-light
.home-franchise-theme-image-light-v52{

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

}


/* ------------------------------------------------------------
   Если пользователь загрузил фото —
   старую нарисованную окружность/свечение убираем.
   ------------------------------------------------------------ */

body.site-home-modern
.home-franchise-tile-v5.has-franchise-theme-image-v52
.home-franchise-orbit-v5,

body.site-home-modern
.home-franchise-tile-v5.has-franchise-theme-image-v52
.home-franchise-glow-v5{

    display:none!important;

}


body.site-home-modern
.home-franchise-tile-v5.has-franchise-theme-image-v52::before{

    display:none!important;

}


/*
 * Не увеличиваем изображение при наведении.
 */

body.site-home-modern
.home-franchise-tile-v5.has-franchise-theme-image-v52:hover
.home-franchise-theme-image-v52{

    transform:none!important;

}


/* ============================================================
   ADMIN
   ============================================================ */

.franchise-theme-images-v52{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:14px;

    margin-top:18px;

}


.franchise-theme-image-card-v52{

    min-width:0;

    padding:16px;

    border:1px solid rgba(15,23,42,.12);

    border-radius:16px;

    background:#f8fafc;

}


.franchise-theme-image-head-v52{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:14px;

    margin-bottom:14px;

}


.franchise-theme-image-head-v52 > div{

    min-width:0;

}


.franchise-theme-image-head-v52 b{

    display:block;

    margin-bottom:4px;

    font-size:15px;
    font-weight:900;

}


.franchise-theme-image-head-v52 span{

    display:block;

    color:#64748b;

    font-size:12px;
    line-height:1.4;

}


.franchise-theme-image-head-v52 img{

    display:block;

    width:94px;
    height:60px;

    flex:0 0 94px;

    border-radius:10px;

    object-fit:cover;

    border:1px solid rgba(15,23,42,.12);

}


.franchise-theme-image-card-v52 .btn{

    width:100%;

    margin-top:10px;

}


@media(max-width:760px){

    .franchise-theme-images-v52{

        grid-template-columns:1fr;

    }

}

