.breylist-photo-download,
.breylist-photo-download-all {
    display: none;
}

@media (max-width: 767px) {
    #listings-details .listings-slideshow-splide .splide.splide__main,
    #listings-details .listings-slideshow-splide .splide__main {
        position: relative !important;
    }

    #listings-details .listings-slideshow-splide.splide-default .listings-slideshow-splide-text,
    #listings-details .listings-slideshow-splide-text {
        position: relative !important;
        left: auto;
        right: auto;
        transform: none !important;
        margin-top: 20px !important;
        padding: 0 16px;
        z-index: 2;
    }

    #listings-details .listings-slideshow-splide .splide__main > .breylist-photo-download-host,
    #listings-details .breylist-photo-download-host {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 60;
        pointer-events: none;
    }

    #listings-details .breylist-photo-download,
    .breylist-photo-download {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: absolute !important;
        left: 50%;
        right: auto;
        bottom: 12px;
        top: auto;
        transform: translateX(-50%);
        z-index: 61;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.72);
        color: #fff;
        cursor: pointer;
        pointer-events: auto !important;
        -webkit-tap-highlight-color: transparent;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    #listings-details .breylist-photo-download.is-anchored,
    .breylist-photo-download.is-anchored {
        right: auto;
        bottom: auto;
    }

    #listings-details .breylist-photo-download.is-loading,
    .breylist-photo-download.is-loading {
        cursor: wait;
        pointer-events: none;
    }

    .breylist-photo-download-icon {
        display: block;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        background-color: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3a1 1 0 0 1 1 1v9.59l2.3-2.3a1 1 0 1 1 1.4 1.42l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.42L11 13.59V4a1 1 0 0 1 1-1Zm-7 14a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3a1 1 0 0 1 1 1v9.59l2.3-2.3a1 1 0 1 1 1.4 1.42l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.42L11 13.59V4a1 1 0 0 1 1-1Zm-7 14a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .breylist-photo-download-spinner {
        display: none;
        width: 18px;
        height: 18px;
        border: 2px solid rgba(255, 255, 255, 0.35);
        border-top-color: #fff;
        border-radius: 50%;
        animation: breylist-photo-spin 0.7s linear infinite;
    }

    .breylist-photo-download.is-loading .breylist-photo-download-icon {
        display: none;
    }

    .breylist-photo-download.is-loading .breylist-photo-download-spinner {
        display: block;
    }

    .breylist-photo-download--popup {
        position: absolute !important;
        right: 10px;
        bottom: 10px;
        z-index: 999999;
    }

    #listings-details .breylist-photo-download-all,
    .breylist-photo-download-all {
        -webkit-appearance: none;
        appearance: none;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 326px;
        height: 54px;
        margin: 0 auto 16px;
        padding: 14px 24px;
        border: 1px solid #fff !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #fff !important;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        pointer-events: auto !important;
        -webkit-tap-highlight-color: transparent;
        transition: background 0.3s ease, color 0.3s ease;
    }

    #listings-details .breylist-photo-download-all.is-loading,
    .breylist-photo-download-all.is-loading {
        cursor: wait;
        opacity: 0.7;
        pointer-events: none;
    }

    #listings-details .breylist-photo-download-all:hover,
    #listings-details .breylist-photo-download-all:focus,
    .breylist-photo-download-all:hover,
    .breylist-photo-download-all:focus {
        background: transparent !important;
        border-color: #fff !important;
        color: #fff !important;
        outline: none;
    }

    .breylist-photo-download-overlay {
        position: fixed;
        inset: 0;
        z-index: 1000000;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.45);
        padding: 24px;
    }

    .breylist-photo-download-overlay-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        min-width: 180px;
        padding: 22px 24px;
        border-radius: 14px;
        background: #111;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
        text-align: center;
    }

    .breylist-photo-download-overlay-spinner {
        width: 28px;
        height: 28px;
        border: 3px solid rgba(255, 255, 255, 0.25);
        border-top-color: #fff;
        border-radius: 50%;
        animation: breylist-photo-spin 0.7s linear infinite;
    }

    .breylist-photo-download-overlay-text {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 1.3;
    }

    #listings-details .listings-slideshow-splide .splide__main .listings-slideshow-splide-img .aios-custom-ihomefinder-template-img-loader canvas {
        min-height: 250px !important;
    }
}

@keyframes breylist-photo-spin {
    to {
        transform: rotate(360deg);
    }
}
