You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

07-08-2025 (04)

div.product-mark.sale {
    font-size: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: unset !important;
    min-height: unset !important;
    background: unset !important;
}
.product-mark.sale:before {
    content: "IN STOCK";
    background-color: #5cdb5c !important;
    display: flex !important;
    width:45px !important;
    height: 45px !important;
    font-size: 10px !important;
    line-height: 12px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
}