/* ===== FANCYBOX НА МОБИЛКАХ ===== */
@media (max-width: 640px) {
    .fancybox-container {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .fancybox-slide {
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fancybox-slide img {
        max-width: 95vw !important;
        max-height: 90vh !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain;
    }

    .fancybox-toolbar {
        top: 10px !important;
        right: 10px !important;
    }
}