Yes sure, add this code to make the circle round:
.grid-product__tag--sale {
width: 50px;
height: 50px;
shape-outside: circle();
clip-path: circle();
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}