.product__flags {
  left: 0.8rem;
  top: 0.8rem;
  position: absolute;
  z-index: 1;
}

.product__flag {
  padding: 0.4rem 0.8rem;
  z-index: 10;
  background: var(--colors-text-color-inverted);
  border-radius: var(--border-radius-medium);
  width: fit-content;
  margin-bottom: 0.4rem;
}