.js-store-prod-text .js-store-prod-all-text > strong:first-child > a {
  display: inline-block;
  padding: 12px 48px 12px 28px;
  margin-top: 25px;
  border-radius: 100px;
  font-weight: 600;
  background-color: #181818;
  color: #ffffff !important;
  position: relative;
}

.js-store-prod-text .js-store-prod-all-text > strong:first-child > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("https://static.tildacdn.com/tild3539-6435-4132-a335-666235656230/Group_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.js-store-prod-text a {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  color: #181818 !important;
  font-weight: 400;
}