.product-item {
    position: relative;
}
.product.media {
    position: relative;
}
.tw-productlabels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}
.tw-productlabels__label {
    margin: 0.25rem;
}
.tw-productlabels__text {
    display: inline-block;
    padding: 0.25rem 0.5rem;
}
.tw-productlabels__label--discount .tw-productlabels__text {
    color: white;
    background-color: red;
}
.tw-productlabels__label--new .tw-productlabels__text {
    color: black;
    background-color: yellow;
}
