.product-item {
    position: relative;
}

.product.media {
    position: relative;
}

.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;
}

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