.tti-card-video {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f5f5f5;
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.tti-card-video.is-ready,
.card-product:hover .tti-card-video.is-ready {
    opacity: 1;
}

.tti-card-video.is-ready ~ .img-product,
.tti-card-video.is-ready ~ .img-hover {
    opacity: 0 !important;
}

.tti-card-video-embed {
    border: 0;
    transform: scale(1.025);
    transform-origin: center;
}

/* YouTube Shorts 9:16 görüntüyü kartta siyah yan bant bırakmadan kaplar. */
.tti-card-video-embed[data-provider="youtube"].tti-card-video-youtube-shorts {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%) scale(1.48);
    transform-origin: center;
}

@media (prefers-reduced-motion: reduce) {
    .tti-card-video { display: none !important; }
}
