.elementor-302401 .elementor-element.elementor-element-549fbd4a{--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-302401 .elementor-element.elementor-element-183d81ae > .elementor-widget-container{margin:50px 0px 50px 0px;}.elementor-302401 .elementor-element.elementor-element-183d81ae{text-align:center;}.elementor-302401 .elementor-element.elementor-element-183d81ae .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:42px;}.elementor-302401 .elementor-element.elementor-element-4adce497{--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-302401 .elementor-element.elementor-element-4a1ce5be.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-302401 .elementor-element.elementor-element-4a1ce5be.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-302401 .elementor-element.elementor-element-4a1ce5be.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-302401 .elementor-element.elementor-element-4a1ce5be.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-4a1ce5be *//* 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 */