/* Все ссылки в тексте карточки товара 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 16px;
    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;
}

.js-catalog-prod-text a:first-of-type,
.t-catalog__prod-popup__text a:first-of-type {
    background-color: #2090e1 !important;
}

.js-catalog-prod-text a:nth-of-type(2),
.t-catalog__prod-popup__text a:nth-of-type(2) {
    background-color: #e64071 !important;
}

.js-catalog-prod-text a:nth-of-type(3),
.t-catalog__prod-popup__text a:nth-of-type(3) {
    background-color: #ff813c !important;
}

.js-catalog-prod-text a:nth-of-type(4),
.t-catalog__prod-popup__text a:nth-of-type(4) {
    background-color: #d22f2e !important;
}

.js-catalog-prod-text a:nth-of-type(5),
.t-catalog__prod-popup__text a:nth-of-type(5) {
    background-color: #eb5072 !important;
}

.js-catalog-prod-text a:hover,
.t-catalog__prod-popup__text a:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}