.hair-color-image {
  border-radius: 16px;
  position: relative;
}

.add-to-fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  z-index: 1;
}

.hair-color-title {
  font-size: 14px;
  color: var(--Grey-420);
}

.hair-color-sub-title {
  color: var(--Neutral-Black);
  font-weight: 500;
}

.grid-title {
  margin-bottom: 10px;
}

.grid-title span {
  display: block;
}

.grid-title-eng {
  font-family: 'Times New Roman';
  font-size: 24px;
  color: var(--Neutral-Black);
}

.grid-title-jps {
  font-weight: 500;
  font-size: 14px;
  color: var(--Grey-600);
}
