.compare-value .price {
    display: flex;
    flex-direction: column;
}

.compare-value .price ins {
    order: -1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.compare-value .price ins .amount {
    color: #C13030;
    font-weight: normal;
    font-family: 'TT Fors Semibold';
    font-size: 20px;
}

.compare-value .price .discount {
    width: max-content;
    display: inline-block;
    padding: 6px 7px;
    background-color: #C13030;
    color: #fff;
    border-radius: 3px;
    font-size: 11.5px;
    line-height: 1;
    font-family: 'TT Fors Semibold';
    transform: translateY(-0.5px);
}

.compare-value .price del,
.compare-value .price del .amount {
    color: var(--wd-text-color);
    opacity: .5;
    font-weight: normal;
    font-family: 'TT Fors Medium';
    font-size: 12px;
    text-decoration: none;
}

.compare-value .price del::before {
    content: 'Antes:';
    display: inline-block;
    margin-inline-end: 3px;
    opacity: inherit;
}

.compare-value .wd-entities-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
    font-family: 'TT Fors Medium';
}

body .wd-compare-table :is(.button, .added_to_cart) {
    width: 100%;
    min-height: 40px;
    background-color: var(--bg-secondary);
    color: var(--wd-text-color);
    font-family: 'TT Fors Medium';
}

body .wd-empty-compare:before{
    content: '';
    font-family: initial;
    background-image: url(/wp-content/uploads/2024/04/compare-icon-v2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 70px;
    width: 100%;
    opacity: .25;
}