.product-widget .product-img {
  display: flex;
  justify-content: center;
  margin: 0.5rem;
}
.product-widget .h3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.product-widget .product-item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*# sourceMappingURL=ProductWidget.css.map */
