.product-old-price .old-price {
    text-decoration: line-through;
    color: gray; 
    font-weight: bold;
    margin-right: 10px; 
    display: block;
    margin-top: 5px;
}

.current-price {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.product-old-price .title{
    display:block;
    border: 3px solid #141313;
    padding: 5px 15px;
    font-size: 18px;
}

span.current-price-value .title{
    display: block;
    border: 3px solid #fc0d0df0;
    padding: 5px 15px;
    background: #fc0d0df0;
    color: white;
    font-size: 18px;
}

.current_price_content {
    display: block;
    margin-top: 5px;
}

.js-product-miniature .old-price {
    text-decoration: line-through;
    color: gray; 
    font-weight: bold;
}

.old-price-listing {
    display: flex;
    justify-content: space-between;
}