/**
 * BPerevyazko_ProductLabel - Hyva compatible styles.
 *
 * Plain CSS on purpose: Hyva does not compile LESS, so this file is loaded
 * directly via layout XML (see hyva_default.xml) instead of the LESS source
 * used for Luma (view/frontend/web/css/source/_module.less).
 */

.product-item-labels,
.product-labels-hyva {
    position: absolute;
    z-index: 3;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
    top: 0;
    left: 0;
}

.product-labels-hyva.product-labels-hyva--pdp {
    font-size: 14px;
}

.product-promotion {
    min-height: 18px;
    width: fit-content;
}

.product-promotion .promotion-label > span {
    display: block;
    padding: 0 6px;
    color: whitesmoke;
    border-radius: 2px;
}
