/* .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;} */
.sticker-product {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    gap: 5px;
}
.sticker-star{
    padding: 10px 16px;
    border-radius: 5px;
    background: var(--Black, #000);
    color: var(--White, #fff);
    font-family: Vinnytsia Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.15px;
    text-transform: uppercase;
}
@media (max-width:768px){
.sticker-star{
font-size:10px;
}
}
