.cartmini__warning {
    margin-bottom: 8px;
    padding: 0;
}

.cartmini__warning .alert {
    margin: 0;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cartmini__warning .alert i {
    font-size: 16px;
}

.cartmini__checkout.has-warning {
    padding-bottom: 15px;
    padding-top: 5px;
}

/* Disable the Checkout button using CSS when the cart mini has the has-warning class */
.cartmini__checkout.has-warning .cartmini__checkout-btn a[href*="/checkout/"],
.cartmini__checkout.has-warning .cartmini__checkout-btn a[href*="/kasse/"] {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

/* Ensure the warning doesn't push the checkout button off screen */
/* .cartmini__checkout.has-warning .cartmini__checkout-btn {
    margin-top: 15px;
}  */