@media (max-width: 499px) {
  .collection__toolbar .collection__sort .wt-options__label {
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
    white-space: nowrap;
  }
}