/*нопки в описании товаров*/
.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-size:24px;
  font-weight: 500;
  background-color: #ffc2b3;
  color: #333333 !important;
  border: 1px solid #ffc2b3;
  transition:0,2s;
}
.js-store-prod-text a:hover {
  background-color: #ffffff;
  color: #333333 !important;
  border: 1px solid #333333;
  transition:0,2s;
}