.elementor-302361 .elementor-element.elementor-element-bc6b2ed{--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-302361 .elementor-element.elementor-element-770286c8 > .elementor-widget-container{margin:50px 0px 50px 0px;}.elementor-302361 .elementor-element.elementor-element-770286c8{text-align:center;}.elementor-302361 .elementor-element.elementor-element-770286c8 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:42px;}.elementor-302361 .elementor-element.elementor-element-722ac318{font-family:"Arial", Sans-serif;font-size:18px;}.elementor-302361 .elementor-element.elementor-element-526a810b{--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-302361 .elementor-element.elementor-element-4bd15ab9.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-302361 .elementor-element.elementor-element-4bd15ab9.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-302361 .elementor-element.elementor-element-16505a32{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-302361 .elementor-element.elementor-element-52cfb2dd .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:38px;}.elementor-302361 .elementor-element.elementor-element-7e84a6e0{font-family:"Arial", Sans-serif;font-size:18px;}.elementor-302361 .elementor-element.elementor-element-3f3c967b{font-family:"Arial", Sans-serif;font-size:18px;}.elementor-302361 .elementor-element.elementor-element-6ea2ef4f > .elementor-widget-container{margin:20px 0px 20px 0px;}.elementor-302361 .elementor-element.elementor-element-6ea2ef4f .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:32px;}.elementor-302361 .elementor-element.elementor-element-2d0d4fdc{font-family:"Arial", Sans-serif;font-size:18px;}@media(max-width:1024px){.elementor-302361 .elementor-element.elementor-element-4bd15ab9.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-302361 .elementor-element.elementor-element-4bd15ab9.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-4bd15ab9 *//* 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 */