
.sd-theme-img-v53{
    transition:none!important;
    animation:none!important;
}

.sd-theme-img-dark-v53{
    opacity:1!important;
    visibility:visible!important;
}

.sd-theme-img-light-v53{
    opacity:0!important;
    visibility:hidden!important;
}

html[data-site-theme="light"] .sd-theme-img-dark-v53,
body.site-theme-light .sd-theme-img-dark-v53{
    opacity:0!important;
    visibility:hidden!important;
}

html[data-site-theme="light"] .sd-theme-img-light-v53,
body.site-theme-light .sd-theme-img-light-v53{
    opacity:1!important;
    visibility:visible!important;
}

html[data-site-theme="dark"] .sd-theme-img-dark-v53{
    opacity:1!important;
    visibility:visible!important;
}

html[data-site-theme="dark"] .sd-theme-img-light-v53{
    opacity:0!important;
    visibility:hidden!important;
}


/* MERCH / FRANCHISE */

body.site-home-modern .home-feature-tile-v5{
    position:relative!important;
    overflow:hidden!important;
}

body.site-home-modern
.home-feature-tile-v5 > .sd-theme-img-v53,

body.site-home-modern
.home-franchise-theme-image-v52{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    margin:0!important;
    transform:none!important;
}


/* убрать текст МЕРЧ поверх готового баннера */

body.site-home-modern
.home-merch-tile-v5
.home-feature-copy-v5{
    display:none!important;
}


/* убрать вторую надпись ФРАНШИЗА */

body.site-home-modern
.home-franchise-tile-v5
.home-feature-copy-v5{
    display:none!important;
}

body.site-home-modern
.home-franchise-tile-v5
.home-franchise-orbit-v5,

body.site-home-modern
.home-franchise-tile-v5
.home-franchise-glow-v5{
    display:none!important;
}


/* HERO */

body.site-home-modern .home-hero-media-v4{
    position:absolute!important;
    inset:0!important;
}

body.site-home-modern
.home-hero-media-v4
.sd-theme-img-v53{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}


/* ADMIN */

.sd-theme-image-admin-v53{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:14px;
}

.sd-theme-image-preview-v53{
    display:block;
    width:100%;
    max-height:180px;
    margin-top:10px;
    border-radius:12px;
    object-fit:cover;
}

@media(max-width:700px){
    .sd-theme-image-admin-v53{
        grid-template-columns:1fr;
    }
}

