

/* Start:/local/templates/bibicall/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/style.css?1765359108518*/
.products-card-promo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 53px;
    height: 35px;
    background-color: var(--color); /* Цвет фона как у кнопки */
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    z-index: 10;
    user-select: none;
    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Убираем внутренние отступы */
    text-align: center;
}
/* End */
/* /local/templates/bibicall/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/style.css?1765359108518 */
