/* Start custom CSS for section, class: .elementor-element-2e3c751 *//* WooCommerce product button styling */
.woocommerce ul.products li.product a.button {
    background-color: red !important;   /* Button background color */
    color: #ffffff !important;              /* Text color */
    border: 2px solid red !important;   /* Border color */
    border-radius: 6px;                     /* Rounded corners */
    padding: 10px 20px;                     /* Button padding */
    font-weight: 600;
}
/* Hover styling */
.woocommerce ul.products li.product a.button:hover {
    background-color: #FF6B6B !important;   /* Hover background */
    border-color: #FF6B6B !important;       /* Hover border */
    color: #ffffff !important;
}/* End custom CSS */