.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: 0px; z-index: 20;}
.sticker-product{top: 0px; z-index: 20;}
.sticker-custom0{background: url('/image/catalog/25923_mk3.jpg');}
.sticker-code1{background: url('/image/catalog/aaa1111/besplatnajadostavka.png');}
/* Карточка товара */
.catalogue__products-full-list-item,
.product-thumb,
.product-layout,
.product-card {
    position: relative !important;
}

/* Контейнер стикера справа сверху */
.sticker-catalog,
.sticker-product,
.sticker-catalog.sticker-left,
.sticker-catalog.sticker-right,
.sticker-product.sticker-left,
.sticker-product.sticker-right {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 50 !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    background: transparent !important;
    background-image: none !important;
    overflow: visible !important;
}

/* Сама плашка */
.sticker-bigrectangle,
.sticker-catalog .sticker-bigrectangle,
.sticker-product .sticker-bigrectangle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 90px !important;
    max-width: 145px !important;
    height: auto !important;
    min-height: 28px !important;

    padding: 5px 9px !important;
    margin: 0 !important;

    background: #d96ba8 !important;
    background-color: #d96ba8 !important;
    background-image: none !important;

    border: none !important;
    border-radius: 14px !important;

    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-shadow: none !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Вложенный текст */
.sticker-bigrectangle *,
.sticker-catalog .sticker-bigrectangle *,
.sticker-product .sticker-bigrectangle * {
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-shadow: none !important;
    white-space: normal !important;
}

/* Ссылки внутри стикера */
.sticker-bigrectangle a,
.sticker-catalog .sticker-bigrectangle a,
.sticker-product .sticker-bigrectangle a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Убираем остатки старого стикера/иконки */
.icon-sticker,
.sticker-bigrectangle::before,
.sticker-bigrectangle::after,
.sticker-catalog::before,
.sticker-catalog::after,
.sticker-product::before,
.sticker-product::after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}

/* Мобилка */
@media (max-width: 767px) {
    .sticker-catalog,
    .sticker-product,
    .sticker-catalog.sticker-left,
    .sticker-catalog.sticker-right,
    .sticker-product.sticker-left,
    .sticker-product.sticker-right {
        top: 8px !important;
        right: 8px !important;
        left: auto !important;
    }

    .sticker-bigrectangle,
    .sticker-catalog .sticker-bigrectangle,
    .sticker-product .sticker-bigrectangle {
        max-width: 120px !important;
        min-width: 80px !important;
        font-size: 10px !important;
        padding: 4px 7px !important;
        min-height: 24px !important;
    }

    .sticker-bigrectangle *,
    .sticker-catalog .sticker-bigrectangle *,
    .sticker-product .sticker-bigrectangle * {
        font-size: 10px !important;
    }
}