/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .custom-text-under-price {
    font-size: 20px; /* Örnek font boyutu */
    font-weight: bold;
    color: #ed1c24; /* Örnek metin rengi */
    margin-top: 5px; /* Üstten boşluk */
    /* Daha fazla stil tanımlamaları */
}
