.member-price {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;

    .member-price__badge {
        display: inline-flex;
        align-items: center;
        padding: 2px 8px;
        border-radius: 4px;
        color: var(--Dark-wine-Main, #45080d);
        background-color: #f3e7c8;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .member-price__value {
        color: var(--Dark-wine-Main, #45080d);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
}

.member-price.member-price--teaser {
    flex: 1 0 100%;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-top: 8px;
}

.member-price__badge.member-price__badge-applied {
    align-self: center;
}

.member-price__regular {
    color: var(--Gray-6, #9a9aa2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
}

.member-price__action {
    flex: 1 0 100%;
    color: var(--Dark-wine-1, #92111c);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease-in-out;

    &:hover {
        color: var(--Dark-wine-Main, #45080d);
    }
}

.product-price {
    .member-price.member-price--teaser {
        margin-top: 4px;
        column-gap: 10px;
    }

    .member-price__value {
        font-size: 20px;
        line-height: 24px;
    }

    .member-price__regular {
        font-size: 16px;
        line-height: 20px;
    }
}

.product-card__price {
    .member-price__value {
        font-size: 15px;
        line-height: 20px;
    }

    .member-price__regular {
        font-size: 14px;
        line-height: 20px;
    }
}
