.elementor-161 .elementor-element.elementor-element-355219e{--display:flex;}.elementor-161 .elementor-element.elementor-element-355219e.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}.elementor-161 .elementor-element.elementor-element-4c86d55.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-161 .elementor-element.elementor-element-355219e{--width:345px;}.elementor-161 .elementor-element.elementor-element-4c86d55{width:var( --container-widget-width, 328px );max-width:328px;--container-widget-width:328px;--container-widget-flex-grow:0;}}/* Start custom CSS for shortcode, class: .elementor-element-4c86d55 */@media only screen and (max-width: 767px) {
  ul.products.columns-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 05px !important;
  }

  ul.products.columns-2 li.product {
    margin: 0 !important;
    width: 100% !important;
  }
}


ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;       /* Title size */
  line-height: 1;
  height: 2em;          /* Limits to ~2 lines */
  overflow: hidden;
}
/* Remove "Select options" and "Add to cart" buttons */
ul.products li.product a.button {
  display: none !important;
}

/* Remove "Add to Wishlist" buttons from TI or YITH plugins */
ul.products li.product .tinv-wishlist,
ul.products li.product .yith-wcwl-add-button {
  display: none !important;
}/* End custom CSS */