/* Omnibus listing - lowest price on product cards */

/* Enable wrapping on pricing container so omnibus drops to new line */
.product-miniature__pricing {
  flex-wrap: wrap !important;
}

.product-miniature__omnibus {
  width: 100%;
  flex-basis: 100%;
  order: 10;
  margin-top: 0.125rem;
}

.omnibus-listing__text {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #9C9C9C;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.omnibus-listing__price {
  font-weight: 600;
}

@media (max-width: 575px) {
  .omnibus-listing__text {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
