.product-item {
    position: relative;
}

.product.media {
    position: relative;
}

.tw-productlabels {
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    z-index: 5;
    pointer-events: none;
}

.tw-productlabels__label {
    text-align: right;
    margin: .25rem 0;
}

.tw-productlabels__text {
    display: inline-block;
    padding: 0.25rem 0.5rem;
}

.tw-productlabels__label--discount .tw-productlabels__text {
    color: white;
    background-color: #CF000F;
}

.tw-productlabels__label--new .tw-productlabels__text {
    color: black;
    background-color: yellow;
}
