.variant-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px; /* Set your preferred width */
  display: inline-block;
}

.variant-title:hover {
  white-space: normal; /* Allows the text to wrap on hover */
  width: auto;
  overflow: visible;
}

.dropdown-menu .dropdown-header {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 1rem;
}