
.quantity_inner.accepted .btn.bt_buy .btn-txt::before {  
  content: "Subscribed"; /* Change this to your default text */
}

.quantity_inner.accepted .btn.bt_buy:hover .btn-txt::before {  
  content: "Meld deg av nyhetsbrevet"; /* Change the text content when hovered */
}