/* Ana sayfa ürün görseli → video modal (fayans_home_video.php aktifken) */

.popup-modal__panel {
    position: relative;
    width: min(92vw, 960px);
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.popup-modal__video {
    display: none;
    width: 100%;
    max-height: 85vh;
    border-radius: 12px;
    background: #000;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    outline: none;
}

@media (max-width: 576px) {
    .popup-modal__panel {
        width: 96vw;
    }

    .popup-modal__video {
        max-height: 78vh;
        border-radius: 8px;
    }
}

.slider-image.js-hp-product-popup {
    cursor: pointer;
}

.slider-image.js-hp-product-popup img {
    pointer-events: none;
}
