.product-item {
    position: relative;
}
.product.media {
    position: relative;
}
.tw-productlabels {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5;
    pointer-events: none;
}
.tw-productlabels__label {
    margin: 0.25rem;
}
.tw-productlabels__text {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;

}
.tw-productlabels__label--discount .tw-productlabels__text {
    width: 47px;
    height: 47px;
    background-color: #cf7364;
    color: #383838;
    overflow: hidden;
}
.tw-productlabels__label--new .tw-productlabels__text {
    width: 47px;
    height: 47px;
    background-color: #CF7364;
}
