.creator__signature {
  position: relative;
  top: 16px;
  height: 50px;
  display: block;
  margin: 0 auto;
  padding-left: 24px;
}

.creator__quote {
  position: relative;
  display: flex;
  border: 1px solid black;
  margin-top: 35px;
}

.creator__quote-text {
  max-width: 430px;
  margin: 0 auto;
  padding: 16px 28px;
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 156.25%;
  letter-spacing: 0.096px;
}

.creator__quote-figure {
  position: absolute;
  top: -15%;
  left: 16px;
  padding: 6px;
  background: white;
}

.creator__quote-figure:last-of-type {
  top: unset;
  left: unset;
  bottom: -15%;
  right: 16px;
  transform: scale(-1);
}

.creator__quote-icon {
  
}

@media (min-width: 750px) {
  .creator__signature {
    height: 62px;
    padding-left: 40px;
  }

  .creator__quote {
    margin-top: 9px;
  }
}

@media (min-width: 990px) {
  .creator__quote {
    margin-top: 26px;
  }
}


/* Adjusts legacy code that position absolute the buybox tabs */
.creator-theme .top-fold.variant .buy-box--main.slim .product-tabs {
  @media (min-width: 369px) {
    top: 68.5rem !important;
  }

  @media (min-width: 390px) {
    top: 65.5rem !important;
  }

  @media (min-width: 395px) {
    top: 63.5rem !important;
  }

  @media (min-width: 481px) {
    top: 60.5rem !important;
  }

  @media (min-width: 697px) {
    top: 58.5rem !important;
  }

  @media (min-width: 750px) {
    top: 70.5rem !important;
  }

  @media (min-width: 766px) {
    top: 67.5rem !important;
  }

  @media (min-width: 806px) {
    top: 65.5rem !important;
  }

  @media (min-width: 817px) {
    top: 62.5rem !important;
  }

  @media (min-width: 1117px) {
    top: 59.5rem !important;
  }
}