Maala-Shop
const style = document.createElement("style"); style.innerHTML = ` .cmp-product-thumb .special-tags .badge:before { content: 'BLACK WEEK DEAL'; } .cmp-product-thumb .special-tags .badge { background-color: #000 !important; } `; document.head.appendChild(style);