.bottom-buttons-tryon {
  display: none;
  position: absolute;
  bottom: 16px;
  gap: 16px;
}

.bottom-buttons-tryon button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.bottom-buttons-tryon button > p {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin: 0;
}

.bottom-buttons-tryon button > div {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bottom-buttons-tryon button > div > img {
  width: 16px;
  height: 16px;
}
