:root {
    --akva-sale-wine:  #3f0919;
    --akva-sale-gold:  #cbad66;
    --akva-sale-muted: #7a6a5a;
}

.akva-sale-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1;
}

.akva-sale-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px 3px;
    background: var(--akva-sale-gold);
    color: var(--akva-sale-wine);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.akva-old-price {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--akva-sale-muted);
    line-height: 1;
}

.akva-old-price span {
    text-decoration: line-through;
    text-decoration-color: rgba(63, 9, 25, 0.55);
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

.akva-price.is-sale,
.card-price.is-sale {
    color: var(--akva-sale-wine);
}

.akva-sale-line--lg {
    justify-content: flex-start;
}

.akva-old-price--lg {
    font-size: 18px;
}

.akva-old-price--lg span {
    text-decoration-thickness: 1.5px;
}

.akva-lot-card__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.akva-lot-card__price-now {
    font-size: 20px;
    font-weight: 700;
    color: var(--akva-brand, #3f0919);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.akva-lot-card__sale-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.akva-lot-card__price-old {
    font-size: 13px;
    color: var(--akva-sale-muted);
    text-decoration: line-through;
    text-decoration-color: rgba(63, 9, 25, 0.55);
    text-decoration-thickness: 1px;
}
