.left-buttons-tryon {
  display: none;
  position: absolute;
  left: 16px;
  gap: 12px;
  flex-direction: column;
}

.left-buttons-tryon > button {
  position: relative;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);

  outline: none;
  border: none;
  cursor: pointer;

  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-buttons-tryon > button:hover p {
  opacity: 1;
  visibility: visible;
}

.left-buttons-tryon > button > img {
  width: 16px;
  height: 16px;
  filter: invert(49%) sepia(89%) saturate(2317%) hue-rotate(167deg) brightness(109%) contrast(102%) drop-shadow(0px 0px 8px #4C00FF);
}

.left-buttons-tryon > button > p {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: white;
  margin: 0;

  left: 36px; 

  padding: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.5s,
    visibility 0.5s;
}
