/* Add this CSS to your uremboluxe-custom-functions.css file */
.low-in-stock-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffc107; /* Yellow background color, you can change this */
    color: #000; /* Text color, you can change this */
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}