.elementor-11074 .elementor-element.elementor-element-4cdcd57.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}/* Start custom CSS for wc-categories, class: .elementor-element-4cdcd57 */.content__product {
    background-color: #346c84;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    transition: 0.3s ease-out all;
}
.content__product a img {
    display: none;
}
.content__product a .woocommerce-loop-category__title {
    color: white !important;
    text-align: center;
}

.content__product:hover{
    background-color: #212331;
}/* End custom CSS */