.cart-table .p-total .price-final {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

.cart-table tr[data-micro-sku="N72774"] .p-total .price-final,
.cart-table tr[data-micro-sku="J1004381"] .p-total .price-final {
    color: #1A9B37;
}

/* Preview-only mock without JS: hardcoded standard prices for current cart items. */
.cart-table tr[data-micro-sku="N72774"] .p-total .price-final::after,
.cart-table tr[data-micro-sku="J1004381"] .p-total .price-final::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -15px;
    color: #C43B3B;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 400;
    text-decoration: line-through;
    white-space: nowrap;
    transform: translateX(-50%);
}

.cart-table tr[data-micro-sku="N72774"] .p-total .price-final::after {
    content: "13 098 Kč";
}

.cart-table tr[data-micro-sku="J1004381"] .p-total .price-final::after {
    content: "15 979 Kč";
}

@media (max-width: 767px) {
.cart-table .p-total {
    text-align: right;}

.cart-table .p-total .price-final {
    padding-bottom: 1px;
    font-size: 19px;
    line-height: 1.1;
}

.cart-table tr[data-micro-sku="N72774"] .p-total .price-final::after,
.cart-table tr[data-micro-sku="J1004381"] .p-total .price-final::after {
    font-size: 10px;
    line-height: 1;
    margin-top: 1px;
}
}

.price-wrapper .cart-savings-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: 385px;
    box-sizing: border-box;
    margin: 14px 0 0 auto;
    padding: 12px 14px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #F6FBF6 0%, #EEF8EF 100%);
}

.price-wrapper .cart-savings-summary__label {
    color: #4F6B52;
    font-size: 13px;
    line-height: 1.3;
}

.price-wrapper .cart-savings-summary__value {
    color: #1A9B37;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .price-wrapper .cart-savings-summary {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: none;
        margin: 12px 0 0;
        padding: 10px 12px;
        border-radius: 12px;
}

.price-wrapper .cart-savings-summary__label {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.price-wrapper .cart-savings-summary__value {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
}
}
