#za-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    font-family: sans-serif;
}

#za-popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

#za-popup button {
    background: #0073aa;
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 10px auto 0;
}

#za-popup button:hover {
    background: #005f8d;
}

#za-popup label {
    font-size: 15px;
}

#za-hediye {
    background: #d10000;
    color: white;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Başlık kutusu için animasyon opsiyonel */
#za-hediye::before {
    content: "🎁 ";
}
