.pky-collections-bar::-webkit-scrollbar {
  display: none;
}
.pky-collections-item {
  color: #212121bf;
  font-size: 16px;
  padding: 1.2rem 1.2rem 1.2rem 0px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.pky-collections-item:hover {
  color: rgb(33, 33, 33);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}