/* .price-box .unit-price {
    font-size: 0.9em;
    color: #666;
    margin-left: 6px;
}

.product-unit-price .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.product-unit-price {
    text-decoration: line-through;
} */

.product-info-price {
    display: flex;
    gap: 10px;
    place-items: center;
}

.price-final_price {
    flex: 1;
}

.product-unit-price-inline {
    order: -1;

}

span.product-unit-price {
    text-decoration: line-through;
}

span.cash-price {
    display: block;
    line-height: 1px;
}

.catalog-category-view span.cash-price {
    display: none;
}