/* 1. Vynucení normálního psaní pro názvy produktů */
h1, .h1, .product-name, .product-title, .h3.product-title, .product-miniature .product-title a {
    text-transform: none !important;
}

/* 2. Formátování v košíku - zůstává zachováno */
.cart-item .product-line-info .label {
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: none !important;
}

.cart-item .product-line-info .value,
.cart-item .product-line-info .value strong {
    font-weight: normal !important;
    font-style: italic !important;
    text-transform: none !important;
}