.elementor-302365 .elementor-element.elementor-element-5da56037{--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-302365 .elementor-element.elementor-element-20688348 > .elementor-widget-container{margin:50px 0px 50px 0px;}.elementor-302365 .elementor-element.elementor-element-20688348{text-align:center;}.elementor-302365 .elementor-element.elementor-element-20688348 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:42px;}.elementor-302365 .elementor-element.elementor-element-c709cc4{--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-302365 .elementor-element.elementor-element-53571be1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-302365 .elementor-element.elementor-element-53571be1.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-302365 .elementor-element.elementor-element-53571be1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-302365 .elementor-element.elementor-element-53571be1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-53571be1 *//* Make all product images the same size */
.products .product img {
    width: 350px;      /* desired width */
    height: 525px;     /* desired height */
    display: block;
    margin: 0 auto;    /* center image */
}



/* Make all product boxes the same height */
.products .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 650px; /* adjust to fit image + title + price */
}

/* Center the product title */
.products .product .woocommerce-loop-product__title {
    text-align: center;
    margin-top: 10px;
}/* End custom CSS */