/* Cart checkout button */
.cart__checkout-button,
#checkout,
[name="checkout"],
a[href*="/checkout"] {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}