main {
  .product-card {
    &__offer-stamp {
      min-width: 52px;
      background-color: $primary;
      border-radius: 0;

      .i-arrow-down::before {
        content: '-';
      }
    }

    &__link {
      color: $secondary;
      font-family: 'Playfair Display';
    }

    &__name {
      font-size: 18px;
      margin-bottom: 9px;
    }

    .prices {
      display: block;

      &__compare,
      &__value {
        font-size: 16px;
        display: inline-block;
        width: auto;
      }

      &__compare {
        margin-right: 14px;

        s {
          color: $price-old;
        }
      }

      &__value {
        color: $primary;

        small {
          display: none;
        }
      }
    }
  }
}
