.nr-cart-promo-wrap {
    background: #fff3e0;
    border: 1px solid #ffa726;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: center;
}

.nr-cart-promo-msg {
    font-weight: 600;
    color: #e65100;
    margin-bottom: 10px;
    font-size: 16px;
}

.nr-cart-promo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.nr-cart-promo-title {
    font-weight: 500;
}

.nr-cart-promo-price {
    font-weight: 600;
    color: #1b5e20;
}

.nr-promo-add-to-cart {
    background: #ff7043;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nr-promo-add-to-cart:hover {
    background: #e64a19;
}

.nr-promo-add-to-cart.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.nr-promo-add-to-cart.added {
    background: #43a047;
}
