.try-on .try-on-btn {
  width: 20vmax;
  height: 5vh;
  min-height: 2em;
  border-radius: 8px;
  background: #FF6B6B;
  color: var(--white);

  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 10vh auto;
  transition: all .2s ease-out;
}

.try-on .try-on-btn:hover, .try-on-btn:focus {
  background: #D19999;
}
