.flag {display: none;
    position: absolute;
    top: 0;
    left: 9px;
    height: max-content;
    width: max-content;
    font-size: 0;
    z-index: 2;
   }
   .flag.salei23 {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    background: #EF63BA;
    width: 70px;
    height: 30px;
    z-index: 2;
    font-size: 0;
    padding: 5px;
  }
  
  .flag.salei23::after {
    content: "SALE";
    font-size: 22px;
    color: #fff;
    font-family: "Futura Std Book";
    text-align: center;
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    line-height: 22px;
  }

  #product p.flag, #product .container ul li {
    left: 70px;
  }