/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@media(max-width: 767px) {
    /** cart has negative margin so on <700px it goes away */
    .wp-block-woocommerce-cart.alignwide {
        margin-inline: 0.4rem;
    }
}

