/* Zruší spodní odsazení hlavní ceny */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 0 !important;
}

/* Cena za jednotku */
.jt-unit-price {
    display: block;
    margin: 4px 0 18px;
    font-size: 0.9em;
    color: #7d7d7d;
    font-weight: 500;
    line-height: 1.3;
}

.jt-unit-price .woocommerce-Price-amount {
    font-weight: 600;
}