/* Responsive tweaks */
@media (max-width: 576px) {

    .modal-dialog {
        max-width: 95%;
    }

    /* Product name spacing and font size on mobile */

    .loja-card .col-4 > div:first-child span {
        font-size: 12px !important;
        line-height: 1.6 !important;
        letter-spacing: 0.5px !important;
        word-spacing: 4px !important;
        margin-bottom: 12px !important;
        display: block !important;
        padding-bottom: 6px !important;
        max-height: 8.9em;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    /* Image descriptions spacing - reduce font and add spacing */
    .text-center.mt-1 {
        font-size: 8px !important;
        line-height: 1.5 !important;
        margin-top: 8px !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.3px !important;
        word-spacing: 3px !important;
    }
}
