.product-item-label-text span, .product-item-label-ring {
    display: flex;
    background: #f42c2c;
    color: #fff;
    text-align: center;
    transition: all 250ms ease;
    position: absolute;
    left: 14px;
    top: 16px;
    border-radius: 2rem;
    height: 45px;
    width: 45px;
    align-content: center;
    justify-content: center;
    z-index: 100;
    line-height: 45px;
    font-weight: 700;
}