/**

 */

/* Checkout page — only applied when the WooCommerce checkout body class is present */
body.woocommerce-checkout {

    /* Hide the 'Return to Cart' button */
    .wc-block-components-checkout-return-to-cart-button {
        display: none;
    }
}
