/* Плашка должна находиться внутри контейнера ПЕРВОЙ фотографии товара. */
.product-restoration-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #111111;
  background: #d2af6f;
  border: 1px solid #d2af6f;
  border-radius: 5px;
  font-family: CeraPro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 767px) {
  .product-restoration-badge {
    top: 15px;
    left: 15px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 15px;
  }
}
