.ctr-sale-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}

.ctr-sale-badge__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctr-sale-badge__text {
  position: relative;
  z-index: 1;

  > * {
    margin: 0;
  }
}
