

/* Start:/local/templates/bibicall/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/style.css?1765359108679*/
.product-hero {
    position: relative !important;
}

.products-hero-promo {
    position: absolute;
    top: 10px;
    left: 90px;
    width: 53px;
    height: 35px;
    background-color: var(--color); /* Цвет фона как у кнопки */
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    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;
}

.product-variants__pics {
    display: none;
}

.product-variants__pics.is-active {
    display: block;
}
/* End */
/* /local/templates/bibicall/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/style.css?1765359108679 */
