.shop-popup-modal {
    --bs-modal-zindex: 3200;
}

.shop-popup-modal.modal {
    z-index: 3200;
}

.modal-backdrop.show {
    z-index: 3190;
}

.shop-popup-modal .modal-dialog {
    margin: 1.25rem auto;
}

.shop-popup-modal .modal-content {
    overflow: hidden;
    border-radius: 1rem;
    border: 0;
}

.shop-popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 0.75rem;
}

.shop-popup-media {
    height: 100%;
    min-height: 240px;
    background: linear-gradient(135deg, #e0f2fe 0%, #f8fafc 100%);
}

.shop-popup-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-popup-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
}

@media (max-width: 991.98px) {
    .shop-popup-modal .modal-dialog {
        margin: 0.75rem auto;
    }

    .shop-popup-modal .modal-content {
        border-radius: 0.85rem;
    }

    .shop-popup-close {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.6rem;
        transform: scale(0.92);
        transform-origin: top right;
    }

    .shop-popup-media {
        min-height: 180px;
        max-height: 220px;
    }

    .shop-popup-copy {
        min-height: auto;
        padding: 1.15rem 1rem 1rem !important;
    }

    .shop-popup-copy .h3 {
        font-size: 1.15rem;
        line-height: 1.2;
        margin-bottom: 0.65rem !important;
        padding-right: 2rem;
    }

    .shop-popup-copy p {
        font-size: 0.92rem;
        line-height: 1.4;
        margin-bottom: 0.9rem !important;
    }

    .shop-popup-copy .btn {
        width: 100%;
        min-height: 42px;
        padding: 0.7rem 1rem;
        font-size: 0.92rem;
    }
}

@media (max-width: 575.98px) {
    .shop-popup-modal .modal-dialog {
        margin: 0.5rem auto;
    }

    .shop-popup-media {
        min-height: 150px;
        max-height: 190px;
    }

    .shop-popup-copy {
        padding: 1rem 0.9rem 0.9rem !important;
    }

    .shop-popup-copy .h3 {
        font-size: 1.02rem;
    }

    .shop-popup-copy p {
        font-size: 0.88rem;
    }
}
