.elementor-1463 .elementor-element.elementor-element-4fd83b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1463 .elementor-element.elementor-element-1a55aa7{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS */.woocommerce-loop-product__title {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

/* Read More button styling */
.woocommerce ul.products li.product .button {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;        /* text color */
    background-color: #0073aa; /* button background */
    border-radius: 9px;    /* optional */
    padding: 11px 10px;
}

/* Optional: hover effect */
.woocommerce ul.products li.product .button:hover {
    background-color: #005177;
    color: #ffffff;
}/* End custom CSS */