/* Boudoir 2026-09-04: product card text and review alignment */
.product-miniature .thumbnail-container > .thumbnail-top {
  height: calc(100% - 125px) !important;
}

.product-miniature .product-title,
.product-miniature .product-title a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
