.product-item {
    position: relative;
}
.product.media {
    position: relative;
}
.tw-productlabels {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 5;
    pointer-events: none;
}
.tw-productlabels__text {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;

}
.tw-productlabels__label--discount .tw-productlabels__text {
    width: 47px;
    height: 30px;
    background-color: #a35d4a;
    color: white;
    overflow: hidden;
}
.tw-productlabels__label--new .tw-productlabels__text {
    width: 47px;
    height: 30px;
    background-color: #a35d4a;
}
