/* 1. Název produktu - Větší a tučný */
.cart-item .product-line-info:first-child a,
.cart-item .product-name,
.cart-item .product-name a {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #232323 !important;
}

/* 2. Cena produktu - Větší a tučná */
.cart-item .product-price,
.cart-item .current-price .price {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #232323 !important;
}

/* 3. Všechny texty instrukcí a variant v košíku budou TENCE */
.cart-item .product-line-info,
.cart-item .product-line-info span,
.cart-item .product-line-info .label,
.cart-item .product-line-info .value {
    font-size: 13px !important;
    font-weight: normal !important; /* Toto zruší veškerou tučnost */
    line-height: 1.5 !important;
    color: #414141 !important;
}

/* 4. Pouze samotné odpovědi zákazníka (za dvojtečkou) budou ČISTOU KURZÍVOU */
.cart-item .product-line-info .value {
    font-style: italic !important;
    color: #111111 !important;
}