.elementor-141 .elementor-element.elementor-element-0b3bfca{--display:flex;--min-height:0px;--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-141 .elementor-element.elementor-element-16a98e0{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:5px 0px 5px 0px;}.elementor-141 .elementor-element.elementor-element-16a98e0.elementor-element{--align-self:center;}.elementor-141 .elementor-element.elementor-element-16a98e0 img{width:100%;max-width:100%;height:500px;}.elementor-141 .elementor-element.elementor-element-412594e{--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-141 .elementor-element.elementor-element-34d8d2a{margin:5px 5px calc(var(--kit-widget-spacing, 0px) + 5px) 5px;padding:10px 10px 10px 10px;}/* Start custom CSS for shortcode, class: .elementor-element-34d8d2a *//* Force all WooCommerce product images to same height */
ul.products li.product img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

/* Optional: Add border and spacing */
ul.products li.product {
    border: 1px solid #eee;
    padding: 10px;
    transition: transform 0.3s ease;
}

/* Add hover animation */
ul.products li.product:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}/* End custom CSS */