.elementor-688 .elementor-element.elementor-element-a0aca60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-3a0c442 *//* Title Styling */
.elementor-widget-container .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #D7300E; /* Title color */
    font-weight: 600; /* Title font weight */
    font-size: 17px; /* Title font size */
    font-family: 'Roboto', sans-serif; /* Title font family */
}

/* Price Styling */
.elementor-widget-container .woocommerce ul.products li.product .price {
    color: #D7300E; /* Price color */
    font-weight: 600; /* Price font weight */
    font-size: 17px; /* Price font size */
    font-family: 'Roboto', sans-serif; /* Price font family */
}

/* Button Styling */
.elementor-widget-container .woocommerce ul.products li.product a.button {
    background-color: #D7300E; /* Button background color */
    color: #ffffff; /* Button text color */
    font-weight: 600; /* Button text font weight */
    font-size: 17px; /* Button text font size */
    font-family: 'Roboto', sans-serif; /* Button text font family */
}

/* Hover Effect for Button */
.elementor-widget-container .woocommerce ul.products li.product a.button:hover {
    background-color: #ffffff; /* Button hover background color */
    color: #D7300E; /* Button hover text color */
}/* End custom CSS */