.plugins-label {
    z-index: 2;
    position: absolute;
}
.plugins-label-text {
    padding: 5px;
}
.plugins-label-img img {
    max-width: 60px !important;
}
.plugins-label .am-badge {
    -webkit-box-shadow: 0px 1px 2px -1px rgb(0 0 0 / 60%);
    box-shadow: 0px 1px 2px -1px rgb(0 0 0 / 60%);
}
.plugins-label-top-left {
    left: 0;
    top: 0;
}
.plugins-label-top-center {
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.plugins-label-top-right {
    top: 0;
    right: 0;
}
.plugins-label-bottom-left {
    bottom: 73px;
    left: 0;
}
.plugins-label-bottom-center {
    bottom: 73px;
    width: 100%;
    text-align: center;
}
.plugins-label-bottom-right {
    bottom: 73px;
    right: 0;
}
@media only screen and (max-width: 1025px) {
    .plugins-label-bottom-left,
    .plugins-label-bottom-right {
        bottom: 0;
    }
}

.floor .goods-list .goods-items .plugins-label-bottom-left,
.floor .goods-list .goods-items .plugins-label-bottom-center,
.floor .goods-list .goods-items .plugins-label-bottom-right {
    bottom: 72px;
}

.search-list .items .plugins-label-bottom-left,
.search-list .items .plugins-label-bottom-center,
.search-list .items .plugins-label-bottom-right {
    bottom: 91px;
}