.wholesale-fixed-cart-message {
    margin: 10px 0 12px;
    padding: 10px 16px;
    background: #8f8f8f;
    color: #ffffff;
    border-radius: 999px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
}

.fixed-cart__checkout.wholesale-fixed-cart-disabled {
    pointer-events: none;
    opacity: 0.55;
    cursor: not-allowed;
}
