.cart-modal__content {
    background: #fff;
    border-radius: 0;
    border: 1px solid #D2D2D2;
    width: 400px;
}

.cart-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -50px;
    margin-right: -90px;
}

.cart-modal__header {
    font-size: 28px;
    font-weight: bolder;
    color: #16322C;
    margin-bottom: 16px;
}

.cart-modal__text {
    font-size: 14px;
    color: #777777;
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.cart-modal__invite {
    margin-bottom: 20px;
}

.cart-modal__invite-text {
    font-size: 10px;
    color: #777777;
    margin-bottom: 24px;
    line-height: 24px;
}

.cart-invite__icon-margin {
    margin: 0 37px 0 37px;
}


.cart__spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* Полупрозрачный черный цвет */
    opacity: 0.5;
    z-index: 9999; /* Убедитесь, что слой находится над остальным контентом */
}

.cart__spinner-body {
    position: absolute;
}

.cart-modal__back {
    font-size: 12px;
    color: #777777;
    text-decoration: none;
    margin-right: 5px;
}