.variant-sub-title {
  display: flex;
  justify-content: center;
  font-size: 11px;
  padding: 5px 0 0 0;
  background-color: var(--colorNav);
  color: #fff;
  border-radius: 4px;
  width: 80%;
  z-index: -1;
  position: relative;
  height: 30px;
  margin: 0 auto 0 7px;
  bottom: -7px;
}