.tp-product-card__style-name {
  display: block;
  margin: -2px 0 8px;
  color: var(--tp-muted, #81766F);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .tp-product-card__style-name {
    margin-bottom: 6px;
    font-size: 9px;
  }
}
