.elementor-12 .elementor-element.elementor-element-1b59b96e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2705aa4f *//* Adjust delete (trash) icon size in cart */
.cart .remove,
.woocommerce-cart .product-remove a svg,
.woocommerce-cart .product-remove a img {
    width: 24px !important;   /* adjust icon width */
    height: 24px !important;  /* adjust icon height */
    max-width: 24px !important;
    max-height: 24px !important;
}

/* Optional: center align smaller icon if needed */
.woocommerce-cart .product-remove {
    display: flex;
    justify-content: center;
    align-items: center;
}/* End custom CSS */