#fw-section-featured-product-51ad17dc-0028-4cfe-9a4f-8149bee96a4b {

/*"Select" aus stellen. */
.product-option__name {
    display: none !important;
}

/*Adicionar ao Carrinho*/
button[data-cta-label="Add to Cart"] span[data-cta-label] {
    font-size: 0 !important;
    white-space: nowrap;
}

button[data-cta-label="Add to Cart"] span[data-cta-label]::after {
    content: "Adicionar ao Carrinho" !important;
    font-size: 16px !important; /* An Ihre Schriftgröße anpassen */
    display: inline-block;
    padding: 0 2px;
}

/*Ver mais*/
a.featured-product-info__read-more[data-read="read-more"] {
    font-size: 0;
}

a.featured-product-info__read-more[data-read="read-more"]::after {
    content: "Ver mais";
    font-size: 16px; /* Originalgröße beibehalten */
}

}