.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6678 .elementor-element.elementor-element-2df291e .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.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-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#000000;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#000000;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .price{color:#EA5E3F;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .price ins{color:#EA5E3F;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .price ins .amount{color:#EA5E3F;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .price del{color:#000000;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product .price del .amount{color:#000000;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-6678 .elementor-element.elementor-element-82521f0 > .elementor-widget-container{margin:19px 19px 19px 19px;}.elementor-6678 .elementor-element.elementor-element-82521f0{grid-column:span 1;}.elementor-6678 .elementor-element.elementor-element-82521f0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-82521f0 *//* Let product cards expand properly */
.woocommerce ul.products li.product {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
}

/* Fix sale price being cut off */
.woocommerce ul.products li.product .price {
    white-space: normal !important;
    overflow: visible !important;
    display: block !important;
    line-height: 1.4 !important;
}

/* Stop Woo forcing price into one line */
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: block !important;
    float: none !important;
}

/* Prevent text clipping */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    overflow: visible !important;
}

/* If your theme sets a fixed info box height */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    min-height: unset !important;
}/* End custom CSS */