/* PayTR → teşekkür: tam ekran loading (checkout + kısa geçiş) */

body.peak-paytr-thankyou-pending {
    overflow: hidden !important;
}

body.peak-paytr-thankyou-pending #Wrapper,
body.peak-paytr-thankyou-pending .peak-stripe-shell,
body.peak-paytr-thankyou-pending #peak-paytr-inline,
body.peak-paytr-thankyou-pending #paytriframe {
    visibility: hidden !important;
}

#peak-paytr-thankyou-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #f6f9fc;
    padding: 24px;
    box-sizing: border-box;
}

.peak-paytr-thankyou-overlay__inner {
    text-align: center;
    max-width: 20rem;
}

.peak-paytr-thankyou-overlay__spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    border: 3px solid #2a2a2a;
    border-top-color: #f6f9fc;
    border-radius: 50%;
    animation: peak-paytr-thankyou-spin 0.75s linear infinite;
}

.peak-paytr-thankyou-overlay__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #f6f9fc;
}

@keyframes peak-paytr-thankyou-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .peak-paytr-thankyou-overlay__spinner {
        animation: none;
        border-top-color: #8b9cb3;
    }
}
