/* ZFS Product Booster — sepete ekle sonrası onay penceresi (site geneli) */

.zfspb-cart-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(23, 19, 16, .55);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.zfspb-cart-popup-overlay.is-open {
    display: flex;
}

.zfspb-cart-popup {
    position: relative;
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 18px;
    padding: 30px 26px 24px;
    text-align: center;
}

.zfspb-cart-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #847b6a;
    cursor: pointer;
}

.zfspb-cart-popup-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: #eaf6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zfspb-cart-popup-icon svg {
    width: 24px;
    height: 24px;
    stroke: #3a9a3a;
    fill: none;
    stroke-width: 2.4;
}

.zfspb-cart-popup h3 {
    font: 800 17px/1.3 'Montserrat', sans-serif;
    color: #171310;
    margin: 0 0 20px;
}

.zfspb-cart-popup-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.zfspb-cart-popup-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font: 700 14px/1 'Open Sans', sans-serif;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.zfspb-cart-popup-btn--primary {
    background: var(--zfspb-accent, #ff6a00);
    color: #fff !important;
}

.zfspb-cart-popup-btn--ghost {
    background: #fff;
    color: #171310 !important;
    border: 1.5px solid #ece7dd;
}

.zfspb-cart-popup-assist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: 700 12.5px/1.3 'Open Sans', sans-serif;
    color: #a24700 !important;
    text-decoration: none !important;
    padding-top: 14px;
    border-top: 1px solid #ece7dd;
}

.zfspb-cart-popup-assist svg {
    width: 16px;
    height: 16px;
    stroke: var(--zfspb-accent, #ff6a00);
    fill: none;
    stroke-width: 2.2;
    flex-shrink: 0;
}
