.sticker-catalog.sticker-left{left: 0px;}
.sticker-catalog.sticker-right{right: 0px;}
.sticker-product.sticker-left{left: 0px;}
.sticker-product.sticker-right{right: 0px;}
.sticker-catalog{top: 5px; z-index: 1;}
.sticker-product{top: 5px; z-index: 1;}
.catalog-stickers {
    position: absolute;
    top: 20px;
    z-index: 1;
}

.catalog-sticker {
    padding: 5px;
    border-radius: 0 10px 10px 0;
}

.catalog-sticker:not(:first-child) {
    margin-top: 5px;
}

.product-stickers {
    position: absolute;
    top: 50px;
    z-index: 1;
}

.product-sticker {
    padding: 5px;
    border-radius: 0 10px 10px 0;
}

.product-sticker:not(:first-child) {
    margin-top: 5px;
}