/* Все ссылки в тексте карточки товара ST340A */
.js-catalog-prod-text a,
.t-catalog__prod-popup__text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px; /* кнопки немного уже */
    margin: 8px 8px 8px 0;
    border-radius: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    transition: 0.2s ease;
}

/* Ullex Snail линейка */
.js-catalog-prod-text a[href="https://myullex.com/lineykaulitka"],
.t-catalog__prod-popup__text a[href="https://myullex.com/lineykaulitka"] {
    background-color: #febf00 !important;
    margin-bottom: 18px !important;
}

/* Пробиотики */
.js-catalog-prod-text a[href="https://myullex.com/lineykaprobiotiks"],
.t-catalog__prod-popup__text a[href="https://myullex.com/lineykaprobiotiks"] {
    background-color: #b2b85e !important;
    margin-bottom: 18px !important;
}

/* Гиалуронка */
.js-catalog-prod-text a[href="https://myullex.com/lineykagialuronka"],
.t-catalog__prod-popup__text a[href="https://myullex.com/lineykagialuronka"] {
    background-color: #3793f1 !important;
    margin-bottom: 18px !important;
}

/* OZON */
.js-catalog-prod-text a[href*="ozon.ru"],
.t-catalog__prod-popup__text a[href*="ozon.ru"] {
    background-color: #2090e1 !important;
}

/* WB */
.js-catalog-prod-text a[href*="wildberries.ru"],
.t-catalog__prod-popup__text a[href*="wildberries.ru"] {
    background-color: #e64071 !important;
}

/* b-apteka */
.js-catalog-prod-text a[href*="b-apteka.ru"],
.t-catalog__prod-popup__text a[href*="b-apteka.ru"] {
    background-color: #ff813c !important;
}

/* Яндекс Маркет */
.js-catalog-prod-text a[href*="market.yandex.ru"],
.t-catalog__prod-popup__text a[href*="market.yandex.ru"] {
    background-color: #d22f2e !important;
}

/* Каталог */
.js-catalog-prod-text a[href="/catalog"],
.t-catalog__prod-popup__text a[href="/catalog"] {
    background-color: #00a097 !important;
}

/* Отзывы */
.js-catalog-prod-text a[href="#popup:otziviullex"],
.t-catalog__prod-popup__text a[href="#popup:otziviullex"] {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

/* Hover */
.js-catalog-prod-text a:hover,
.t-catalog__prod-popup__text a:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}