.elementor-2724 .elementor-element.elementor-element-fa18e09{--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-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-text );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-text );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-accent );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-accent );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-accent );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-secondary );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-secondary );}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product .button{background-color:#32506A;}.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2724 .elementor-element.elementor-element-d1871d5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-fa18e09 *//* Equal Height Product Card */
.woocommerce ul.products li.product{
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Product Link */
.woocommerce ul.products li.product .woocommerce-loop-product__link{
    display: block;
    flex: 0;
}

/* Title - Fixed 2 Lines */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    min-height: 30px;
    line-height: 26px;
    margin-bottom: 8px;
    

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* Price */
.woocommerce ul.products li.product .price{
    margin-bottom: 12px;
   
}

/* Button */
.woocommerce ul.products li.product .button{
    margin-top: auto;
    width: 100%;
    padding: 14px;
    text-align: center;
    background: #32506A;
    color: #fff;
    border-radius: 8px;
}/* End custom CSS */