.em-product-short-title {
    direction: rtl;
    box-sizing: border-box;
}

.em-product-short-title--single {
    display: block;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
    color: #475569;
}

.em-product-short-title--loop {
    display: block;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
    color: #64748b;
    text-align: center;
}

.woocommerce ul.products li.product .em-product-short-title--loop,
.woocommerce-page ul.products li.product .em-product-short-title--loop {
    min-height: 24px;
}

@media (max-width: 768px) {
    .em-product-short-title--single {
        font-size: 15px;
        line-height: 1.9;
        margin: 6px 0 12px;
    }

    .em-product-short-title--loop {
        font-size: 12px;
        line-height: 1.7;
    }
}
