.price {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0px!important;
    margin-bottom: 20px;
    font-size: 16px!important;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    color: #000!important;
}

.price:empty {
    display: none;
}


.custom-onsale {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #6a3093 0%, #a044ff 100%); /* Purple gradient */
    color: #ffffff; /* White text */
    position: relative; /* Standard positioning */
    //top: 10px; /* Adjust based on your theme */
    margin-bottom: 10px; /* Space below the badge */
    font-size: 1.2em; /* Slightly larger text size */
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Subtle shadow for depth */
}
