
/* Ищем ссылку в любом из популярных классов описания товара */
.js-store-prod-text a:first-of-type,
.js-catalog-prod-text a:first-of-type,
.t-store__prod-text a:first-of-type {
    display: inline-block !important;
    padding: 10px 15px !important;
    margin-right: 15px !important;
    margin-top: 20px !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
    background-color: #1A1816 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
</style>