/* Start custom CSS for shortcode, class: .elementor-element-6197938a *//* Hide the cart summary section */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals,
.woocommerce-cart .cart-summary,
.woocommerce-cart .cart-collateral,
.summary-cart-section {
    display: none !important;
}

/* Keep checkout & back to shop buttons centered */
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .return-to-shop,
.woocommerce-cart .actions {
    text-align: center !important;
}

/* Optional: make buttons bigger */
.woocommerce-cart .wc-proceed-to-checkout a.button {
    width: 100%;
    max-width: 350px;
    margin: auto;
}
/* Hide the Update Cart button */
.woocommerce-cart .actions button[name="update_cart"],
.woocommerce-cart .actions .button[name="update_cart"],
button[name="update_cart"] {
    display: none !important;/* End custom CSS */