.add-to-cart-button { background-color: black; color: white; } .buttonText { visibility: hidden; } .__label { padding: 0; padding-top: 0; padding-bottom: 0; } .buttonText::after { width: 398px; height: 25px; content: "Adicionar à sacola"; visibility: visible; font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 25px; color: #ffffff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .buttonDataContainer { position: relative; } .button-add { background-color: black; }