.js-store-prod-text a {
  display: inline-block;
  padding: 10px 16px;
  margin-right: 12px;
  margin-top: 12px;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

/* Первая кнопка «Купить на Ozon» */
.js-store-prod-text a:first-of-type {
  background-color: #015BFD; /* синий под Ozon */
  color: #ffffff !important;
}


/* Вторая кнопка «Купить на WB» */
.js-store-prod-text a:nth-of-type(2) {
  background-color: #c509fb;   /* розовый под WB */
  color: #ffffff !important;
}

/* Третья кнопка «Купить на ЯМ» */
.js-store-prod-text a:nth-of-type(3) {
  background-color: #FF5226;
  color: #FFDD00 !important;
}