.elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3195 .elementor-element.elementor-element-394b0f2:not(.elementor-motion-effects-element-type-background), .elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-el_gradient_1 );}.elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF00 0%, var( --e-global-color-el_color_0 ) 100%);opacity:0.75;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3195 .elementor-element.elementor-element-394b0f2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:20px;padding:60px 20px 20px 20px;}.elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-shape-bottom .elementor-shape-fill{fill:#FFFFFF;}.elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-shape-bottom svg{width:calc(150% + 1.3px);height:200px;}.elementor-3195 .elementor-element.elementor-element-c7c71b4.elementor-wc-products  ul.products{grid-column-gap:19px;grid-row-gap:15px;}.elementor-3195 .elementor-element.elementor-element-c7c71b4 .woocommerce .woocommerce-loop-category__title{font-size:14px;font-weight:500;text-transform:capitalize;letter-spacing:0px;}.elementor-3195 .elementor-element.elementor-element-8972be3{--display:flex;}.elementor-3195 .elementor-element.elementor-element-e22e230.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-3195 .elementor-element.elementor-element-e22e230.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1100px) and (min-width:701px){.elementor-3195 .elementor-element.elementor-element-4aab447{width:100%;}}@media(max-width:1100px){.elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-shape-bottom svg{width:calc(250% + 1.3px);height:200px;}.elementor-3195 .elementor-element.elementor-element-4aab447{max-width:initial;flex:none;min-width:25px;}.elementor-3195 .elementor-element.elementor-element-e22e230.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:700px){.elementor-3195 .elementor-element.elementor-element-394b0f2 > .elementor-shape-bottom svg{width:calc(300% + 1.3px);height:150px;}.elementor-3195 .elementor-element.elementor-element-394b0f2{padding:40px 0px 0px 0px;}.elementor-3195 .elementor-element.elementor-element-e22e230.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-categories, class: .elementor-element-c7c71b4 *//* Hide category images in [product_categories] */
.product-category img {
    display: none !important;
}

/* Optionally center the text */
.product-category h2 {
    text-align: center;
}


/* Hide the product count in category titles */
.product-category .count {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-e22e230 *//* Hide sorting dropdown */
.woocommerce-ordering {
    display: none !important;
}

/* Hide "Showing results" text */
.woocommerce-result-count {
    display: none !important;
}

/* Make all product cards equal height */
.woocommerce ul.products li.product,
.elementor-widget-wc-archive-products ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make the content area flexible */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating {
    flex-grow: 1;
}







/* Allow product content to take available space */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .woocommerce-product-details__short-description {
    flex-grow: 0;
}
/* Push Add to Cart button down */
.woocommerce ul.products li.product .button {
    margin-top: auto !important;
}


/* Push the price to a consistent position */
.woocommerce ul.products li.product .price {
    margin-top: auto;            /* Push it to the bottom of the content */
    padding-bottom: 10px;        /* Optional spacing above Add to Cart */
    display: block;
}







/* Fix the height of the product title so prices line up */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.5em; /* adjust this value until prices line up nicely */
}

/* Force the price row to always take up space */
figcaption.woocom-list-content .price{
  display: block !important;
  min-height: 2.6em !important;   /* adjust if needed */
}/* End custom CSS */