

/* ===== UNIVERSAL TILDA STORE BADGES FIX ===== */

/* стандартные бейджи */
.t-store__card__mark,
.t-store__card__labels-item,
.t-store__card__label,
.t-store__label,
.t-store__prod-popup__mark {
    font-size: 10px !important;
    line-height: 1 !important;

    padding: 2px 6px !important;

    width: auto !important;
    height: auto !important;

    min-width: unset !important;
    min-height: unset !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 4px !important;

    white-space: nowrap !important;
}

/* ST340E частый кейс — скидка внутри цены */
.t-store__card__price-old,
.t-store__card__price-value-old,
.t-store__price-old {
    font-size: 10px !important;
    opacity: 0.6;
}

/* иногда скидка как отдельный span рядом с ценой */
.t-store__card__price,
.t-store__price {
    font-size: 10px !important;
}

</style>