.elementor-3337 .elementor-element.elementor-element-d39004e{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-3337 .elementor-element.elementor-element-69e38a4{text-align:center;}.elementor-3337 .elementor-element.elementor-element-a07389e > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3337 .elementor-element.elementor-element-a07389e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:91px;}.elementor-3337 .elementor-element.elementor-element-a07389e.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-3337 .elementor-element.elementor-element-d39004e{--width:80%;}}@media(max-width:1024px){.elementor-3337 .elementor-element.elementor-element-a07389e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-3337 .elementor-element.elementor-element-a07389e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:90px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-a07389e *//* Change the background color of the button */
.woocommerce ul.products li.product .button {
    background-color: #000000
; /* Red background */
}

/* Change the text color of the button */
.woocommerce ul.products li.product .button {
    color: #ffffff; /* White text */
}


/* Change the hover background color of the button */
.woocommerce ul.products li.product .button:hover {
    background-color: #1fb31d; /* Red background on hover */
}

/* Change the hover text color of the button */
.woocommerce ul.products li.product .button:hover {
    color: #ffffff; /* White text on hover */
}


/* Change the position of the price and the AddToCart button */
.woocommerce ul.products li.product .price {
    position: absolute;
    bottom: -1em;
    margin-right: -6em;
}
.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: -5em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: relative;
    bottom: 10px;
}/* End custom CSS */