.badge {
display: inline-block;
text-align: center;
color: #fff;
word-break: break-word;
font-size: 13px;
font-weight: 400;
position: absolute;
left: -52px;
transform: rotate(-45deg);
top: 17px;
}
.product__info-container .badge {
position: relative;
left: 0;
right: auto;
transform: none;
background-color: #de1818;
color: var(--color-base-accent-1);
top: 0;
  padding: 0px 0px 0 5px;
}