/* pełne nazwy produktów */
.product-miniature .product-title {
    min-height: 55px;
    line-height: 1.3;
}

.product-miniature .product-title a {
    white-space: normal !important;
    overflow: hidden;
    display: block;
}

/* większa cena na stronie produktu */
.product-price {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1.2;
}
