/* Видео в галерее товара — sync 2026-07-29-5 */
.card-slide-video {
    position: relative;
}

.card-slide-video > a,
.card-slide-video a.fancybox-thumb {
    position: relative;
    display: block;
    background: #fff;
}

/* Постер прячем только когда видео готово */
.card-slide-video--ready > a > img,
.card-slide-video--ready a.fancybox-thumb > img {
    opacity: 0;
    visibility: hidden;
}

.card-slide-video--playing .card-slide-video__badge,
.card-slide-video--ready .card-slide-video__badge {
    display: none;
}

.card-slide-video__player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
    overflow: hidden;
}

.card-slide-video__player iframe,
.card-slide-video__player video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
    background: #fff;
}

.card-slide-video__badge,
.card-previews__video-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
    pointer-events: none;
    z-index: 1;
}

.card-previews__item {
    position: relative;
}

.card-previews__video-badge {
    right: 6px;
    bottom: 6px;
    width: 22px;
    height: 22px;
    background-size: 12px 12px;
}

.mt-video-autoplay-label {
    display: block;
    margin: 4px 0 0;
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
}

#images .mt-video-url {
    min-width: 180px;
}
