.plugins-label {
    z-index: 2;
    position: absolute;
}
.plugins-label-text {
    padding: 0.5rem;
}
.plugins-label-img img {
    max-width: 6rem !important;
    height: auto !important;
}
.plugins-label .am-badge {
    -webkit-box-shadow: 0px 0.1rem 0.2rem -0.1rem rgb(0 0 0 / 60%);
    box-shadow: 0px 0.1rem 0.2rem -0.1rem rgb(0 0 0 / 60%);
    color: #fff;
}
.plugins-label .am-badge:hover,
.plugins-label .am-badge:active,
.plugins-label .am-badge:focus {
    color: #fff;
}
.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: 7.3rem;
    left: 0;
}
.plugins-label-bottom-center {
    bottom: 7.3rem;
    width: 100%;
    text-align: center;
}
.plugins-label-bottom-right {
    bottom: 7.3rem;
    right: 0;
}
@media only screen and (max-width: 1024px) {
    .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: 7.2rem;
}

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