/* Кнопка из ссылки в описании автостраницы товара */
.t-product__descr a,
[itemprop="description"] a,
.js-store-prod-all-text a {
  display: inline-block !important;
  padding: 10px 15px !important;
  margin: 20px 15px 0 0 !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  background: #ffd800 !important;
  color: #333 !important;
  text-decoration: none !important;
  border-bottom: none !important; /* перебиваем инлайн-бордер и тему */
  box-shadow: none !important;
  transition: background-color .2s ease !important;
}

.t-product__descr a:hover,
[itemprop="description"] a:hover,
.js-store-prod-all-text a:hover {
  background: #f2cb00 !important;
}