.elementor-886 .elementor-element.elementor-element-7921564{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-002cab8 *//* Mobile: Make products show 2 columns and 2 rows */
@media only screen and (max-width: 769px) {
  ul.products.columns-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

 /* 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 */