/* Базовые стили для всех ссылок в блоках товаров */
.js-store-prod-text a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 1px 1px 1px 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 10px 34px !important;
}

/* Стиль для ссылок на Ozon (синий) */
.js-store-prod-text a[href*="ozon.ru"] {
    background-color: #2258F3 !important;
    color: #ffffff !important;
}

/* Стиль для ссылок на Wildberries (фиолетовый) */
.js-store-prod-text a[href*="wildberries.ru"] {
    background-color: #7D256F !important;
    color: #ffffff !important;
}

/* Стиль для ссылок на #price (красный) */
.js-store-prod-text a[href="#price"] {
    background-color: #E3051C !important;
    color: #ffffff !important;
}

.t-typography__characteristics {
    visibility: hidden;
}