/* Minor enhancements, so we don't have to touch the styles.css file unless needed */
/* Fix for product listings to prevent the view product and add to my list buttons from overlapping the text when a product has a very long title. */
.l_product_list {
  display: flex;
  flex-flow: row wrap;
}

.m_list_item {
  height: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.m_list_item .__links {
  position: static;
  margin-top: auto;
}
