.product-labels{position:absolute;z-index:2;top:.5rem;left:.5rem}
.product-labels .label{display: flex;justify-content: center;align-items: center;font-weight: 600;font-size: .625rem;line-height: 1.2;color: #fff;padding: .375rem .5rem;border-radius: .125rem;width: -moz-fit-content;width: fit-content;}
.product-labels .label + .label{margin-top: 0.25rem;}
.product-labels .label span {display: none;}
.product-labels .l-bestseller{background:#ff9d00}
.product-labels .l-discount{font-weight:900;background:#507f87}
.product-labels .l-sold{background:#efe9df}
.product-labels .l-special{background-color:#e31837}
.product-labels .l-latest{background-color:#2ca8b7}
.product-slider-wrapper{position:relative}
.product-slider-wrapper .product-labels{left:auto;right:1rem}
@media only screen and (min-width:992px) {
    .product-labels .label{font-size: .75rem;}
    .product-labels .label span {display: inline;}
    .product-labels:not(.product-page-mode){top:.5rem;left:.5rem}
}