.container-description-tryon {
  position: absolute;
  background-color: white;
  border-radius: 8px;
  max-width: 350px;
  width: 100%;
  bottom: -480px;
  transition: 0.5s bottom;
  overflow: hidden;
}

.container-description-tryon > div {
  position: relative;
  display: flex;
}

.container-description-tryon > div > .close-description-tryon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-color: white;
  border: none;
  outline: none;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
}

.container-description-tryon > div > img {
  height: 105px;
}

.container-description-tryon > div > div {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
}

.container-description-tryon > div > div > h3 {
  font-weight: 500;
  color: #38437A;
  margin: 0;
  font-size: 14px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  line-height: 120%;
}

.container-description-tryon > div > div > p {
  color: #38437A;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.container-description-tryon > div > div > span {
  font-weight: 500;
  color: #38437A;
  margin: 0;
  font-size: 18px;
}

.container-dnp-tryon > div > div {
  display: flex;
  gap: 8px;
}

.container-description-tryon > div > #container-description-tryon-buy {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 4px 16px;
  background-color: white;
  background-color: #277CEA;

  color: white;

  font-weight: 400;
  font-size: 12px;
  text-decoration: none;

  border-radius: 8px;

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

}
