.elementor-9170 .elementor-element.elementor-element-28e72ba{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-9170 .elementor-element.elementor-element-286c5ae{--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-9170 .elementor-element.elementor-element-84efacf{--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-9170 .elementor-element.elementor-element-10ecc9a .elementor-heading-title{font-family:"Arial", Sans-serif;}.elementor-9170 .elementor-element.elementor-element-9db2347{text-align:start;}.woocommerce .elementor-9170 .elementor-element.elementor-element-9db2347 .price{color:var( --e-global-color-e260f7d );font-family:"Arial", Sans-serif;font-weight:800;}.elementor-9170 .elementor-element.elementor-element-65cdf5e .elementor-button{background-color:var( --e-global-color-e260f7d );fill:var( --e-global-color-2adb8d8 );color:var( --e-global-color-2adb8d8 );}.elementor-9170 .elementor-element.elementor-element-f68a427{--display:flex;}.woocommerce .elementor-9170 .elementor-element.elementor-element-465b4eb .woocommerce-tabs ul.wc-tabs li a{font-family:"Arial", Sans-serif;font-weight:500;}.elementor-9170 .elementor-element.elementor-element-6345623{--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-9170 .elementor-element.elementor-element-ae579b7{--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;}@media(max-width:767px){.elementor-9170 .elementor-element.elementor-element-10ecc9a .elementor-heading-title{font-size:20px;}.woocommerce .elementor-9170 .elementor-element.elementor-element-2bd9615 .woocommerce-product-details__short-description{font-size:15px;}}@media(min-width:768px){.elementor-9170 .elementor-element.elementor-element-286c5ae{--width:50%;}.elementor-9170 .elementor-element.elementor-element-84efacf{--width:50%;}}/* Start custom CSS for woocommerce-product-title, class: .elementor-element-10ecc9a */.custom-product-title-image{
    max-width:220px;
    height:auto;
    display:block;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ad5225d *//* Your existing styles */
.custom-title-image {
    text-align: center;
    margin-top: 10px;
}
.custom-title-image img {
    max-width: 280px;
    height: auto;
    display: inline-block;
}
.custom-product-title-image {
    max-height: 140px;
    width: auto;
}

/* Equal height for product list items */
ul.products {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
}

ul.products li.product {
    display: flex !important;
    flex-direction: column;
    height: auto;
}

/* Make the inner link fill the full card height */
ul.products li.product > a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}

/* Product image stays at top, consistent size */
ul.products li.product img.attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Title area: fixed visual space so all cards align */
ul.products li.product .woocommerce-loop-product__title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin: 10px 0;
}

/* Keep title image constrained */
ul.products li.product .custom-product-title-image {
    max-height: 140px;
    width: auto;
    object-fit: contain;
}

/* Price sits above the button, consistent spacing */
ul.products li.product .price {
    text-align: center;
    margin: 10px 0;
}

/* Pin the add-to-cart button to the bottom */
ul.products li.product .add_to_cart_button {
    margin-top: auto;
    align-self: stretch;
    text-align: center;
}
.add_to_cart_button,
.single_add_to_cart_button,
.product_type_simple,
.ajax_add_to_cart {
    display: none !important;
}
.woocommerce ul.products li.product {
    position: relative;
}/* End custom CSS */